Skip to content

Commit 60711c4

Browse files
committed
Fix typo in release workflow
1 parent f77aba0 commit 60711c4

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-
run: just release-create ${{ github.events.input.tag }}
69+
run: just release-create ${{ github.event.inputs.tag }}
7070

7171
# Uploading the relevant artifact to the GitHub release.
7272
- run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)