Skip to content

Commit 950e3e6

Browse files
committed
ci: add version bump for v1
1 parent f77b27e commit 950e3e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/bump-version-v1.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
node-version: 16
2626
registry-url: https://registry.npmjs.org/
2727

28-
# - name: Publish NPM
29-
# run: |
30-
# npm ci
31-
# npm run build
32-
# npm publish --tag v1-latest
33-
# env:
34-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28+
- name: Publish NPM
29+
run: |
30+
npm ci
31+
npm run build
32+
npm publish --tag v1-latest
33+
env:
34+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)