Skip to content

Commit eb03f12

Browse files
committed
1 parent e13696b commit eb03f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30+
allowUpdates: true
3031
tag_name: ${{ github.ref }}
3132
release_name: Release ${{ github.ref }}
3233
body: |
@@ -39,7 +40,6 @@ jobs:
3940
env:
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
with:
42-
allowUpdates: true
4343
upload_url: ${{ steps.create_release.outputs.upload_url }}
4444
asset_path: ./NoIdle/NoIdle/bin/Release/NoIdle.exe
4545
asset_name: NoIdle.exe

0 commit comments

Comments
 (0)