Skip to content

Commit a655523

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 7b37e70 commit a655523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "event asset dl type is:" ${{ github.event.release.assets[0].content_type }}
5050
echo "RELEASE_CONTEXT: $RELEASE_CONTEXT"
5151
GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
52-
echo "GIT_SHA_SHORT $GIT_SHA_SHORT"
52+
echo "GITHUB_SHA_SHORT $GITHUB_SHA_SHORT"
5353
npx find-versions-cli ${{ github.event.release.tag_name }}
5454
5555
publishstable:

0 commit comments

Comments
 (0)