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