Skip to content

Commit

Permalink
Merge pull request #1618 from Sefaria/update-semantic-action
Browse files Browse the repository at this point in the history
ci: re-pin semantic plugin
  • Loading branch information
edamboritz committed Aug 31, 2023
2 parents a06949f + 7a23b30 commit 5ba4c39
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
conventional-changelog-conventionalcommits@6.1.0
@semantic-release/commit-analyzer@10.0.1
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
conventional-changelog-conventionalcommits@6.1.0
@semantic-release/commit-analyzer@10.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: check version was generated
Expand Down

0 comments on commit 5ba4c39

Please sign in to comment.