We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eb88f commit be3e8d2Copy full SHA for be3e8d2
.github/workflows/ci.yml
@@ -108,8 +108,8 @@ jobs:
108
with:
109
name: ${{ needs.build.outputs.artifact_filename }}
110
111
- - name: Publish packages on npm with tag "ci"
+ - name: Publish packages on npm with tag "next"
112
env:
113
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
114
run: |
115
- npm publish ${{ needs.build.outputs.artifact_filename }} --tag ci
+ npm publish ${{ needs.build.outputs.artifact_filename }} --tag next
0 commit comments