Skip to content

Commit

Permalink
Update workflow files to stefanzweifel/git-auto-commit-action@v5 and …
Browse files Browse the repository at this point in the history
…actions/github-script@v7
  • Loading branch information
Ap3rtur3 committed Jun 27, 2024
1 parent 787efab commit fd64675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
run: |
npm version ${{ inputs.version }} --no-commit-hooks --no-git-tag-version
npm run release
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
id: commit-step
with:
commit_message: Release version v${{ inputs.version }}
tagging_message: v${{ inputs.version }}
- if: inputs.update-major-tag
name: Update major version tag
uses: actions/github-script@v3
uses: actions/github-script@v7
env:
VERSION: ${{ inputs.version }}
SHA: ${{ steps.commit-step.outputs.commit_hash }}
Expand Down

0 comments on commit fd64675

Please sign in to comment.