We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9a0bc commit b369c93Copy full SHA for b369c93
.github/workflows/publish.yml
@@ -68,6 +68,7 @@ jobs:
68
env:
69
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70
run: |
71
+ TAG="${{ github.event.inputs.tag }}"
72
COMMIT_SHA=$(git rev-parse "$TAG")
73
74
while ; do
0 commit comments