Skip to content

Commit

Permalink
Use a more popular push and commit GitHub action (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Nov 9, 2023
1 parent b868fca commit f49098d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,11 @@ jobs:
run: |
npm version --commit-hooks false --git-tag-version false ${{ inputs.version }}
./build/bump-version-changelog.js
- name: Commit and push version bump
uses: actions-js/push@master
- name: Commit and push version bump with a tag
uses: stefanzweifel/git-auto-commit-action@v5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: Bump version to ${{ inputs.version }}
- name: Tag commit and push
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ inputs.version }}
commit_message: Bump version to ${{ inputs.version }}
tagging_message: ${{ inputs.version }}

- name: Install
run: npm ci
Expand Down

0 comments on commit f49098d

Please sign in to comment.