Skip to content

Commit

Permalink
ci: add version bump for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
leezng committed Nov 28, 2023
1 parent 4d8ce64 commit e44394a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bump-version-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/

# - name: Publish NPM
# run: |
# npm ci
# npm run build
# npm publish --tag v1-latest
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish NPM
run: |
npm ci
npm run build
npm publish --tag v1-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e44394a

Please sign in to comment.