This commit is contained in:
parent
2a4ddfa34e
commit
710c7aee74
|
@ -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
|
|
@ -27,5 +27,4 @@ release:
|
|||
|
||||
gitlab_urls:
|
||||
api: https://lmika.dev/api/v4/
|
||||
download: https://lmika.dev
|
||||
use_job_token: true
|
||||
download: https://lmika.dev
|
Loading…
Reference in a new issue