Skip to content

Commit 62c625e

Browse files
authored
Apply suggestions from code review
1 parent eda4d4e commit 62c625e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868

6969
- name: Bump version (prerelease)
7070
working-directory: ./pkg
71-
run: npm version prerelease --no-git-tag-version
71+
run: npm version prerelease
7272

7373
- name: Publish (dry-run)
7474
working-directory: ./pkg
75-
run: npm publish --dry-run --access public --provenance
75+
run: npm publish --dry-run --access public --provenance --tag test

0 commit comments

Comments
 (0)