Skip to content

Commit

Permalink
Reverting semantic-release CI plugin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-splunk committed Jul 11, 2023
1 parent 09095ac commit c96795e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oleksiyrudenko/gha-git-credentials@v2.1.1
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v4
Expand Down
33 changes: 22 additions & 11 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,19 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "16"
- name: Semantic Release
id: version
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
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
Expand Down Expand Up @@ -227,7 +233,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oleksiyrudenko/gha-git-credentials@v2.1.1
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -256,12 +262,17 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "16"
- name: Semantic Release
id: version
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
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
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

0 comments on commit c96795e

Please sign in to comment.