Skip to content

Commit

Permalink
Merge pull request #280 from tv2/chore/update-github-action-dependencies
Browse files Browse the repository at this point in the history
chore: update github-tag-action and action-set-json-field
  • Loading branch information
olzzon committed Sep 12, 2023
2 parents 96eed5b + f41b5a6 commit e8e1de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
git config user.email "${{ github.event.pusher.email }}"
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v5.6
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: false
- name: Update package.json
if: steps.tag_version.outputs.new_tag != ''
uses: jossef/action-set-json-field@v1
uses: jossef/action-set-json-field@v2.1
with:
file: package.json
field: version
Expand Down

0 comments on commit e8e1de0

Please sign in to comment.