Skip to content

Commit

Permalink
fix: action bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereirampj committed Feb 13, 2024
1 parent f594c7b commit c05c6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: determine-version
run: |
VERSION=$(npx semantic-release --branches master --dry-run | { grep -i 'the next release version is' || test $? = 1; } | sed -E 's/.* ([[:digit:].]+)$/\1/')
Expand Down

0 comments on commit c05c6cd

Please sign in to comment.