Skip to content

Commit 3a61aa0

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent ca56c25 commit 3a61aa0

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
@@ -64,6 +64,6 @@ jobs:
6464
run: |
6565
echo "We are running on: " ${{github.event.release.target_commitish}}
6666
SEMVER_VERSION=$(npx find-versions-cli ${{ github.event.release.tag_name }})
67-
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION")
67+
VALID_SEMVER_VERSION=$(node scripts/version-helper.js $SEMVER_VERSION)
6868
echo "Semver stable version unclean $SEMVER_VERSION"
6969
echo "Semver stable version valid $VALID_SEMVER_VERSION"

0 commit comments

Comments
 (0)