argh
This commit is contained in:
parent
e5828b0810
commit
143ca4820e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
zip -r shimmie2-${{ steps.get_version.outputs.VERSION }}.zip shimmie2
|
zip -r shimmie2-${{ steps.get_version.outputs.VERSION }}.zip shimmie2
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@latest
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
name: Shimmie ${{ steps.get_version.outputs.VERSION }}
|
name: Shimmie ${{ steps.get_version.outputs.VERSION }}
|
||||||
|
|
Reference in a new issue