Browse Source

fix: action bump

fix/update-dependencies v3.7.1
Marcos Pereira Jr 3 months ago
parent
commit
c05c6cd89d
  1. 2
      .github/workflows/bump.yaml

2
.github/workflows/bump.yaml

@ -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/')

Loading…
Cancel
Save