Skip to content

Commit ddbb45c

Browse files
Automatic update. Managed by Terraform
1 parent cff3a7a commit ddbb45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 20
2424

2525
- name: Analyze commits
2626
id: next_release_version
2727
run: |
2828
29-
npm install --save-dev semantic-release@18 > /dev/null
29+
npm install --save-dev semantic-release@20 > /dev/null
3030
sed -i "s#const {isCi, branch, prBranch, isPr} = context.envCi;#const {isCi, branch, prBranch, isPr} = {isCi: false, branch: '${{ github.event.pull_request.head.ref }}', prBranch: undefined, isPr: undefined};#" node_modules/semantic-release/index.js
3131
echo "TAG=$(npx semantic-release -b ${{ github.event.pull_request.head.ref }} -p '@semantic-release/commit-analyzer' --dry-run --no-ci | grep -oiP 'the next release version is *\K.*')" >> $GITHUB_OUTPUT
3232
env:

0 commit comments

Comments
 (0)