fix(workflow): fix release workflow
This commit is contained in:
parent
0b8531e018
commit
51150c8187
1 changed files with 5 additions and 5 deletions
|
@ -61,12 +61,12 @@ jobs:
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: softprops/action-gh-release@v1
|
uses: actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
direction: upload
|
||||||
release/fps-go-brr-${{ steps.version.outputs.version }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release/fps-go-brr-compact-${{ steps.version.outputs.version }}
|
release-dir: release
|
||||||
body: |
|
release-notes: |
|
||||||
## fps-go-brr ${{ steps.version.outputs.version }}
|
## fps-go-brr ${{ steps.version.outputs.version }}
|
||||||
|
|
||||||
### Downloads
|
### Downloads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue