Skip to content

Commit 007681c

Browse files
committed
Add alpha tag to pkgs published from this branch
1 parent 382a407 commit 007681c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
registry-url: 'https://registry.npmjs.org'
126126
- run: npm ci
127127
- run: npm run build
128-
- run: npm publish
128+
- run: npm publish --tag alpha
129129
env:
130130
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
131131
- run: npm run docs

0 commit comments

Comments
 (0)