This commit is contained in:
parent
2a4ddfa34e
commit
710c7aee74
2 changed files with 3 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Run Goreleaser
|
||||
env:
|
||||
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
|
||||
FORGEJO_USERNAME: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_USERNAME }}
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_TOKEN }}
|
||||
GITEA_USERNAME: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_USERNAME }}
|
||||
GITEA_TOKEN: ${{ secrets.FORGEJO_PACKAGE_PUBLISH_TOKEN }}
|
||||
run: |
|
||||
./bin/goreleaser release --clean --skip-validate
|
||||
Loading…
Add table
Add a link
Reference in a new issue