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 c7bc21c commit 7fe93d5Copy full SHA for 7fe93d5
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
# Create a GitHub release.
67
- name: Create GitHub Release
68
if: ${{ github.event.inputs.dry-run == 'false' }}
69
- uses: ncipollo/release-action@v1
+ uses: geofft/release-action@find-draft-release-by-tag
70
with:
71
tag: ${{ github.event.inputs.tag }}
72
name: ${{ github.event.inputs.tag }}
0 commit comments