Skip to content

Commit edc31e3

Browse files
fix: add --tag dev to npm publish dry-run to avoid version error
The CI npm version requires a tag when the package.json version (0.0.0) is lower than the published version (3.0.8), even for dry-run.
1 parent 90863a3 commit edc31e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ASHERAH_KMS_MODE: static
6262
run: scripts/integration-test.sh
6363
- name: Publish (dry-run)
64-
run: npm publish --dry-run
64+
run: npm publish --dry-run --tag dev
6565
test-multi-arch:
6666
runs-on: ubuntu-latest
6767
strategy:

0 commit comments

Comments
 (0)