Skip to content

Commit 87df059

Browse files
committed
chore: only dry run
1 parent 0ef2c04 commit 87df059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8282
run: |
8383
TAG=$([ "$GITHUB_REF_NAME" = "master" ] && echo latest || echo "$GITHUB_REF_NAME")
84-
yarn nx release publish --yes --registry https://registry.npmjs.org --tag "$TAG"
84+
yarn nx release publish --dry-run --yes --registry https://registry.npmjs.org --tag "$TAG"

0 commit comments

Comments
 (0)