We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6edab commit aef0074Copy full SHA for aef0074
.github/workflows/create-release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Create Release
39
if: ${{ steps.changes.outputs.dist == 'true' || github.event_name == 'workflow_dispatch' }}
40
- uses: ncipollo/release-action@v1.18.0
+ uses: ncipollo/release-action@v1.20.0
41
with:
42
allowUpdates: false
43
skipIfReleaseExists: true
0 commit comments