Skip to content

Commit

Permalink
Merge pull request #509 from tkrs/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4
  • Loading branch information
tkrs authored Nov 4, 2023
2 parents 193bd6a + 9e992da commit ed04ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
git config --global user.name "trks"
git config --global user.email "[email protected]"
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- run: sudo npm install -g standard-version
- name: Generate tag and release body
run: standard-version --infile RELEASE_BODY.md --skip.commit
Expand Down

0 comments on commit ed04ca1

Please sign in to comment.