Skip to content

Commit

Permalink
ci: re-pin semantic plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Aug 31, 2023
1 parent 21a5fee commit 7a23b30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
with:
working_directory: ./helm-chart
extra_plugins: |
conventional-changelog-conventionalcommits
[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
id: semantic
with:
extra_plugins: |
conventional-changelog-conventionalcommits
[email protected]
@semantic-release/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: check version was generated
Expand Down

0 comments on commit 7a23b30

Please sign in to comment.