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
|
||||
with:
|
||||
go-version: '1.24'
|
||||
- name: Install Goreleaser
|
||||
run: |
|
||||
go install github.com/goreleaser/goreleaser/v2@latest
|
||||
- name: Run Goreleaser
|
||||
run: |
|
||||
curl -sL https://git.io/goreleaser | bash
|
||||
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: |
|
||||
./bin/goreleaser release --clean --skip-validate
|
||||
GITEA_TOKEN: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_TOKEN }}
|
Loading…
Reference in a new issue