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 f77aba0 commit 60711c4Copy full SHA for 60711c4
.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
- run: just release-create ${{ github.events.input.tag }}
+ run: just release-create ${{ github.event.inputs.tag }}
70
71
# Uploading the relevant artifact to the GitHub release.
72
- run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
0 commit comments