Skip to content

Commit ece4f87

Browse files
committed
chore: publish to previous tag
1 parent 3037d4a commit ece4f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pnpm nx release version $VERSION
5353
5454
- name: Publish packages to npm
55-
run: pnpm nx release publish --registry https://registry.npmjs.org
55+
run: pnpm nx release publish --registry https://registry.npmjs.org --tag previous
5656
env:
5757
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5858
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)