Skip to content

Commit d8d88a2

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 0322b51 commit d8d88a2

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
@@ -52,7 +52,7 @@ jobs:
5252
echo "RELEASE_CONTEXT: $RELEASE_CONTEXT"
5353
GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
5454
echo "GITHUB_SHA_SHORT $GITHUB_SHA_SHORT"
55-
SEMVER_VERSION=npx find-versions-cli ${{ github.event.release.tag_name }}
55+
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
5656
echo "Semver experimental version $SEMVER_VERSION-$GITHUB_SHA_SHORT"
5757
5858
publishstable:

0 commit comments

Comments
 (0)