Skip to content

Commit

Permalink
bugfix: allUpdates -> allowUpdates in Create Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks committed May 31, 2024
1 parent 7d8bad8 commit f6dd3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Create and Upload Release Asset to GitHub
uses: ncipollo/release-action@v1
with:
allUpdates: true
allowUpdates: true
artifacts: "./dist/*"
draft: true
generateReleaseNotes: true
Expand Down

0 comments on commit f6dd3a6

Please sign in to comment.