Skip to content

Commit

Permalink
fix: pin semantic-release-config version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed May 3, 2024
1 parent d82e6cd commit 2c4499c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extra-plugins: |
@open-turo/semantic-release-config
@open-turo/semantic-release-config@6.1.2
2 changes: 1 addition & 1 deletion lint-release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
required: false
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.
default: |
@open-turo/semantic-release-config
@open-turo/semantic-release-config@6.1.2
semantic-version:
required: false
description: Specify what version of semantic release to use
Expand Down

0 comments on commit 2c4499c

Please sign in to comment.