Add token to see if that fixes the issue
This commit is contained in:
parent
760009c9ba
commit
031fdb4a40
1 changed files with 2 additions and 1 deletions
|
|
@ -74,10 +74,11 @@ jobs:
|
||||||
uses: https://code.forgejo.org/actions/forgejo-release@v2.5.0
|
uses: https://code.forgejo.org/actions/forgejo-release@v2.5.0
|
||||||
with:
|
with:
|
||||||
direction: "upload"
|
direction: "upload"
|
||||||
tag: "v${{steps.version.outputs.version}}"
|
tag: "v${{ steps.version.outputs.version }}"
|
||||||
hide-archive-link: true
|
hide-archive-link: true
|
||||||
draft: true
|
draft: true
|
||||||
release-dir: release
|
release-dir: release
|
||||||
|
token: ${{ forgejo.token }}
|
||||||
|
|
||||||
# env:
|
# env:
|
||||||
# TAG: "v${{steps.version.outputs.version}}"
|
# TAG: "v${{steps.version.outputs.version}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue