We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829856b commit 16c6f80Copy full SHA for 16c6f80
1 file changed
.github/workflows/release_npm.yml
@@ -113,4 +113,4 @@ jobs:
113
cd npm/celq
114
yarn install # requires optional dependencies to be present in the registry
115
yarn build
116
- npm publish --access public
+ npm publish --access public --tag "$STABLE_OR_NOT"
0 commit comments