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 556ab77 commit 1adb5b9Copy full SHA for 1adb5b9
1 file changed
.github/workflows/deploy-npm.yml
@@ -171,7 +171,7 @@ jobs:
171
TAG_OPTION="--tag=beta"
172
fi
173
174
- npx nx release publish --verbose --base=${{ env.last_monorepo_version }} --head=${{ env.current_monorepo_version }} $TAG_OPTION
+ npx nx release publish --verbose --projects=@rudderstack/analytics-js $TAG_OPTION
175
176
# Reset the changes made to package.json
177
git reset --hard
0 commit comments