Skip to content

Commit 74e4dc5

Browse files
committed
set hardcoded version
1 parent 1953677 commit 74e4dc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cf_publish_release_npm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
echo "Triggered by tag: ${GITHUB_REF#refs/tags/}"
3333
VERSION="${GITHUB_REF#refs/tags/}"
3434
else
35-
echo "❌ Unexpected trigger: ${GITHUB_REF}"
36-
exit 1
35+
VERSION=0.0.2
3736
fi
3837
# Set the output for later steps
3938
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)