Commit 3e5c8e2 1 parent 4c6e466 commit 3e5c8e2 Copy full SHA for 3e5c8e2
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,17 @@ jobs:
15
15
- uses : ./lint-release-notes
16
16
with :
17
17
github-token : ${{ secrets.GITHUB_TOKEN }}
18
+ extra-plugins : |
19
+ @open-turo/semantic-release-config@4.0.3
18
20
lint :
19
21
name : Lint
20
22
runs-on : ubuntu-latest
21
23
steps :
22
24
- uses : open-turo/actions-gha/lint@v2
23
25
with :
24
26
github-token : ${{ secrets.GITHUB_TOKEN }}
27
+ semantic-release-extra-plugins : |
28
+ @open-turo/semantic-release-config@4.0.3
25
29
test :
26
30
name : Test
27
31
runs-on : ubuntu-latest
36
40
override-github-ref-name : ${{ github.event.pull_request.head.ref }}
37
41
dry-run : true
38
42
extra-plugins : |
39
- @open-turo/semantic-release-config
43
+ @open-turo/semantic-release-config@4.0.3
Original file line number Diff line number Diff line change 30
30
with :
31
31
github-token : ${{ secrets.GITHUB_TOKEN }}
32
32
extra-plugins : |
33
- @open-turo/semantic-release-config
33
+ @open-turo/semantic-release-config@4.0.3
You can’t perform that action at this time.
0 commit comments