Skip to content

Commit 3af2083

Browse files
committed
Remove --tag next from CI publish in preparation for merging
1 parent c204752 commit 3af2083

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

0 commit comments

Comments
 (0)