Skip to content

Commit 6d233f6

Browse files
Update cycjimmy/semantic-release-action to v4 and update plugin versions
Co-authored-by: stefanfreitag <[email protected]>
1 parent f395e03 commit 6d233f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tf-module-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Release
20-
uses: cycjimmy/semantic-release-action@v3
20+
uses: cycjimmy/semantic-release-action@v4
2121
with:
22-
semantic_version: 18.0.0
22+
semantic_version: 23.0.0
2323
extra_plugins: |
24-
@semantic-release/[email protected].0
25-
@semantic-release/[email protected].0
26-
conventional-changelog-conventionalcommits@4.6.3
24+
@semantic-release/[email protected].3
25+
@semantic-release/[email protected].1
26+
conventional-changelog-conventionalcommits@7.0.2
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)