Update bump_version.yml

This commit is contained in:
Luke Hagar
2023-04-18 13:37:21 -05:00
parent 898fa0212d
commit e8f38b8d0a

View File

@@ -69,7 +69,8 @@ jobs:
npm install npm install
npm run build npm run build
- id: Publish to NPM - name: Publish to NPM
id: publish
uses: JS-DevTools/npm-publish@v1 uses: JS-DevTools/npm-publish@v1
with: with:
token: ${{ secrets.NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}
@@ -86,7 +87,7 @@ jobs:
draft: false draft: false
prerelease: false prerelease: false
- name: Commit changes and Create new version tag - name: Commit changes and create new version tag
if: steps.buildSDK.outcome == 'success' if: steps.buildSDK.outcome == 'success'
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with: