Skip to content

Commit 3e5c8e2

Browse files
committed
ci: temporarily pin semantic-release-config
1 parent 4c6e466 commit 3e5c8e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ jobs:
1515
- uses: ./lint-release-notes
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}
18+
extra-plugins: |
19+
@open-turo/semantic-release-config@4.0.3
1820
lint:
1921
name: Lint
2022
runs-on: ubuntu-latest
2123
steps:
2224
- uses: open-turo/actions-gha/lint@v2
2325
with:
2426
github-token: ${{ secrets.GITHUB_TOKEN }}
27+
semantic-release-extra-plugins: |
28+
@open-turo/semantic-release-config@4.0.3
2529
test:
2630
name: Test
2731
runs-on: ubuntu-latest
@@ -36,4 +40,4 @@ jobs:
3640
override-github-ref-name: ${{ github.event.pull_request.head.ref }}
3741
dry-run: true
3842
extra-plugins: |
39-
@open-turo/semantic-release-config
43+
@open-turo/semantic-release-config@4.0.3

.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@4.0.3

0 commit comments

Comments
 (0)