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 0322b51 commit d8d88a2Copy full SHA for d8d88a2
‎.github/workflows/tag-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "RELEASE_CONTEXT: $RELEASE_CONTEXT"
53
GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c1-7)
54
echo "GITHUB_SHA_SHORT $GITHUB_SHA_SHORT"
55
- SEMVER_VERSION=npx find-versions-cli ${{ github.event.release.tag_name }}
+ SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
56
echo "Semver experimental version $SEMVER_VERSION-$GITHUB_SHA_SHORT"
57
58
publishstable:
0 commit comments