Skip to content

Commit b8e048d

Browse files
committed
Remove --tag alpha from CI publish step
1 parent 556fce0 commit b8e048d

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 --tag alpha
128+
- run: npm publish
129129
env:
130130
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
131131
- run: npm run docs

0 commit comments

Comments
 (0)