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 7b37e70 commit a655523Copy full SHA for a655523
‎.github/workflows/tag-publish.yml
@@ -49,7 +49,7 @@ jobs:
49
echo "event asset dl type is:" ${{ github.event.release.assets[0].content_type }}
50
echo "RELEASE_CONTEXT: $RELEASE_CONTEXT"
51
GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
52
- echo "GIT_SHA_SHORT $GIT_SHA_SHORT"
+ echo "GITHUB_SHA_SHORT $GITHUB_SHA_SHORT"
53
npx find-versions-cli ${{ github.event.release.tag_name }}
54
55
publishstable:
0 commit comments