How to auto release in act runner? #11577

Closed
opened 2025-11-02 09:41:33 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @JohnnyZhang0628 on GitHub (Sep 1, 2023).

Feature Description

I try to use https://gitea.com/actions/release-action,it depend on go env.
image
I'm from china,it spend too much time.
image

Do you have another plugin i can use

Screenshots

No response

Originally created by @JohnnyZhang0628 on GitHub (Sep 1, 2023). ### Feature Description I try to use `https://gitea.com/actions/release-action`,it depend on go env. ![image](https://github.com/go-gitea/gitea/assets/28375774/05d6a255-dea4-469d-ba84-d06576e135bc) I'm from china,it spend too much time. ![image](https://github.com/go-gitea/gitea/assets/28375774/17102ce8-fd5d-439e-9c57-5275b8675d2d) Do you have another plugin i can use ### Screenshots _No response_
GiteaMirror added the type/question label 2025-11-02 09:41:33 -06:00
Author
Owner

@lng2020 commented on GitHub (Sep 5, 2023):

PBSK5Q``F9{UR} OSF ZTDE
config env or fork your own version Release may solve your problem

@lng2020 commented on GitHub (Sep 5, 2023): ![PBSK5Q``F9{UR} OSF ZTDE](https://github.com/go-gitea/gitea/assets/70063547/ddb6126f-830a-4f50-aae6-c032ec235342) config env or fork your own version `Release` may solve your problem
Author
Owner

@JohnnyZhang0628 commented on GitHub (Sep 7, 2023):

This is my yaml file.It's does not work.

  - name: Setup go
      uses: https://gitea.com/JohnnyZhang0628/setup-go@v4
      with:
        go-version: '>=1.20.1'

    - name: Release
      uses: https://gitea.com/actions/release-action@main
      env: 
        GOPROXY: 'https://goproxy.cn,direct'
      with:
        files: publish.zip
        api_key: '${{secrets.RELEASE_TOKEN}}'

image

@JohnnyZhang0628 commented on GitHub (Sep 7, 2023): This is my yaml file.It's does not work. ``` - name: Setup go uses: https://gitea.com/JohnnyZhang0628/setup-go@v4 with: go-version: '>=1.20.1' - name: Release uses: https://gitea.com/actions/release-action@main env: GOPROXY: 'https://goproxy.cn,direct' with: files: publish.zip api_key: '${{secrets.RELEASE_TOKEN}}' ``` ![image](https://github.com/go-gitea/gitea/assets/28375774/33a921f8-200e-40ef-a6bf-23c21b82aecd)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11577