Skip to content

Commit

Permalink
fix: pin version of release tool because its broken (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikheifets-splunk authored Sep 5, 2023
1 parent 515f580 commit 9ccffea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
@semantic-release/git
semantic-release-helm
@google/[email protected]
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6.1.0
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -250,6 +250,6 @@ jobs:
@semantic-release/git
semantic-release-helm
@google/[email protected]
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
@semantic-release/git
semantic-release-helm
@google/[email protected]
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6.1.0
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -275,6 +275,6 @@ jobs:
@semantic-release/git
semantic-release-helm
@google/[email protected]
conventional-changelog-conventionalcommits
conventional-changelog-conventionalcommits@6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

0 comments on commit 9ccffea

Please sign in to comment.