Skip to content

Commit 5291647

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: next_release_version
2727
run: |
2828
29-
npm install --save-dev semantic-release@20 > /dev/null
29+
npm install --save-dev semantic-release@18 > /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)