Skip to content

Commit 81394c5

Browse files
author
rahul-infra
committed
test
1 parent f2b390d commit 81394c5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,20 @@ jobs:
2727
git checkout -b temp-merge-branch
2828
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
2929
30-
- name: Semantic Release
30+
- name: Release
3131
id: semantic-release
32-
uses: cycjimmy/semantic-release-action@v6
32+
uses: cycjimmy/semantic-release-action@v2
3333
with:
34-
unset_gha_env: ${{ github.event_name == 'pull_request' }}
35-
ci: ${{ github.event_name == 'pull_request' && false || '' }}
34+
semantic_version: 18.0.0
35+
extra_plugins: |
36+
@semantic-release/changelog@6.0.0
37+
@semantic-release/git@10.0.0
38+
conventional-changelog-conventionalcommits@4.6.3
39+
dry_run: true
3640
env:
3741
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3842

43+
3944
- name: Show version preview output
4045
if: ${{ github.event_name == 'pull_request' }}
4146
run: |

0 commit comments

Comments
 (0)