Skip to content

Commit

Permalink
fix: Semantic release build fix (#2097)
Browse files Browse the repository at this point in the history
* fix: Semantic release build fix
  • Loading branch information
bparmar-splunk authored Jul 11, 2023
1 parent e7ac2f1 commit 91553aa
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,13 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Semantic Release
id: version
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18
extra_plugins: |
@semantic-release/exec
@semantic-release/git
semantic-release-helm
@google/[email protected]
conventional-changelog-conventionalcommits
dry_run: true
run: |
npm install -g semantic-release
npm install -g @semantic-release/exec @semantic-release/git semantic-release-helm @google/semantic-release-replace-plugin conventional-changelog-conventionalcommits -D
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
Expand Down Expand Up @@ -262,17 +256,12 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"
- name: Semantic Release
id: version
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18
extra_plugins: |
@semantic-release/exec
@semantic-release/git
semantic-release-helm
@google/[email protected]
conventional-changelog-conventionalcommits
run: |
npm install -g semantic-release
npm install -g @semantic-release/exec @semantic-release/git semantic-release-helm @google/semantic-release-replace-plugin conventional-changelog-conventionalcommits -D
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

0 comments on commit 91553aa

Please sign in to comment.