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 87a394d commit 3bd7aeeCopy full SHA for 3bd7aee
.github/workflows/publish.yaml
@@ -125,7 +125,7 @@ jobs:
125
- name: Publish NPM release
126
run: |
127
# If it's not a simple 1.2.3 version, then it's a prerelease of some kind.
128
- if ! [[ ${TAG} =~ ^[0-9.]*$\ ]] ; then
+ if ! [[ ${TAG} =~ ^[0-9.]*$ ]] ; then
129
PRE="--prerelease"
130
fi
131
node publish.js --publish "${PRE}"
0 commit comments