Skip to content

Commit 8b4a465

Browse files
committed
npm publish with alpha tag
1 parent c26edd7 commit 8b4a465

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
@@ -19,7 +19,7 @@ jobs:
1919
restore-keys: |
2020
${{ runner.os }}-node-
2121
- run: npm ci
22-
- run: npm publish
22+
- run: npm publish --tag alpha
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2525
publish-docs:

0 commit comments

Comments
 (0)