Skip to content

Commit 7fe93d5

Browse files
committed
Switch to my fork of release-action
1 parent c7bc21c commit 7fe93d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Create a GitHub release.
6767
- name: Create GitHub Release
6868
if: ${{ github.event.inputs.dry-run == 'false' }}
69-
uses: ncipollo/release-action@v1
69+
uses: geofft/release-action@find-draft-release-by-tag
7070
with:
7171
tag: ${{ github.event.inputs.tag }}
7272
name: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)