Skip to content

Commit be3e8d2

Browse files
committed
Tag npm packages as "next" immediately
1 parent f0eb88f commit be3e8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
with:
109109
name: ${{ needs.build.outputs.artifact_filename }}
110110

111-
- name: Publish packages on npm with tag "ci"
111+
- name: Publish packages on npm with tag "next"
112112
env:
113113
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
114114
run: |
115-
npm publish ${{ needs.build.outputs.artifact_filename }} --tag ci
115+
npm publish ${{ needs.build.outputs.artifact_filename }} --tag next

0 commit comments

Comments
 (0)