We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc17053 commit b33a4faCopy full SHA for b33a4fa
.github/workflows/release-and-publish.yml
@@ -74,6 +74,7 @@ jobs:
74
75
- uses: ncipollo/release-action@v1
76
with:
77
+ allowUpdates: true
78
artifacts: "${{ steps.pack_tar.outputs.tar_name }}"
79
tag: "${{ steps.update_version.outputs.version_number }}"
80
generateReleaseNotes: true
0 commit comments