Skip to content

Commit

Permalink
build: use github bot to bump package versions and jq
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed Jun 1, 2024
1 parent 1b6553b commit a065325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches:
- master

permissions: read-all
permissions: write-all

concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
echo $npm_package_version
- run: npx node-jq --arg version "$npm_package_version" '.version=$version' package.json > package2.json && rm package.json && mv package2.json package.json
- run: |
git commit -am "ci: update package json to $npm_package_version [skip ci]"
git commit -am "ci: update package json to $npm_package_version [skip ci]" --no-verify
git push
- run: npm version $npm_package_version
shell: bash
Expand Down

0 comments on commit a065325

Please sign in to comment.