Skip to content

Commit 1adb5b9

Browse files
committed
chore: publish only the sdk package
1 parent 556ab77 commit 1adb5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
TAG_OPTION="--tag=beta"
172172
fi
173173
174-
npx nx release publish --verbose --base=${{ env.last_monorepo_version }} --head=${{ env.current_monorepo_version }} $TAG_OPTION
174+
npx nx release publish --verbose --projects=@rudderstack/analytics-js $TAG_OPTION
175175
176176
# Reset the changes made to package.json
177177
git reset --hard

0 commit comments

Comments
 (0)