Fixed call to launch Goreleaser
All checks were successful
Build and Release / release (push) Successful in 2m34s
All checks were successful
Build and Release / release (push) Successful in 2m34s
This commit is contained in:
parent
71537d4dac
commit
e25daf1b3d
|
@ -14,14 +14,11 @@ jobs:
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.24'
|
go-version: '1.24'
|
||||||
- name: Install Goreleaser
|
|
||||||
run: |
|
|
||||||
go install github.com/goreleaser/goreleaser/v2@latest
|
|
||||||
- name: Run Goreleaser
|
- name: Run Goreleaser
|
||||||
|
run: |
|
||||||
|
curl -sL https://git.io/goreleaser | bash
|
||||||
env:
|
env:
|
||||||
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
|
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
|
||||||
GORELEASER_FORCE_TOKEN: gitea
|
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: |
|
|
||||||
./bin/goreleaser release --clean --skip-validate
|
|
Loading…
Reference in a new issue