Skip to content

Commit 2c4499c

Browse files
committed
fix: pin semantic-release-config version
1 parent d82e6cd commit 2c4499c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
3232
extra-plugins: |
33-
@open-turo/semantic-release-config
33+
@open-turo/semantic-release-config@6.1.2

lint-release-notes/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ inputs:
2020
required: false
2121
description: Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer. Defaults to install @open-turo/semantic-release-config.
2222
default: |
23-
@open-turo/semantic-release-config
23+
@open-turo/semantic-release-config@6.1.2
2424
semantic-version:
2525
required: false
2626
description: Specify what version of semantic release to use

0 commit comments

Comments
 (0)