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 f4a72b5 commit 18a2e16Copy full SHA for 18a2e16
.github/workflows/test-release.yml
@@ -22,6 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
tag: ${GITHUB_REF##*/}
24
run: |
25
+ echo ${GITHUB_REF##*/}
26
gh release create "$tag" \
27
--repo="$GITHUB_REPOSITORY" \
28
--title="${tag#v}" \
0 commit comments