Skip to content

Commit c9b283b

Browse files
committed
do not just publish next
1 parent b28efc6 commit c9b283b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Publish
163163
if: success() && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
164-
run: npm publish --tag=next
164+
run: npm publish
165165
env:
166166
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_JAAP }}
167167

0 commit comments

Comments
 (0)