This commit is contained in:
parent
2566711bbc
commit
71537d4dac
|
@ -16,10 +16,11 @@ jobs:
|
|||
go-version: '1.24'
|
||||
- name: Install Goreleaser
|
||||
run: |
|
||||
curl -sL https://git.io/goreleaser | bash
|
||||
go install github.com/goreleaser/goreleaser/v2@latest
|
||||
- name: Run Goreleaser
|
||||
env:
|
||||
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
|
||||
GORELEASER_FORCE_TOKEN: gitea
|
||||
GITEA_USERNAME: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_USERNAME }}
|
||||
GITEA_TOKEN: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_TOKEN }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue