Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Jun 2, 2021
1 parent 139a571 commit 9b8b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
if: ${{ steps.version.outputs.is_release == 'true' }}
with:
allowUpdates: true
name: ${{ steps.version.outputs.version }}
artifacts: dist/GiganticEmu.zip
token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ github.sha }}
tag: ${{ steps.version.outputs.version }}
prerelease: ${{ steps.version.outputs.is_release != 'true' }}

0 comments on commit 9b8b56c

Please sign in to comment.