Skip to content

Commit

Permalink
ci(workflow): remoeve use of cycjimmy/semantic-release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Oct 30, 2023
1 parent a22d414 commit 98e9e5a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,15 @@ jobs:
node-version: 18.17

- name: Release project
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 22.0.5
branch: main
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
@google/[email protected]
extends: |
[email protected]
run: >-
npx
-p "@semantic-release/[email protected]"
-p "@semantic-release/[email protected]"
-p "@semantic-release/[email protected]"
-p "@google/[email protected]"
-p "[email protected]"
-p "[email protected]"
-- "semantic-release"
env:
GITHUB_TOKEN: ${{ secrets.OKP4_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.OKP4_BOT_GIT_AUTHOR_NAME }}
Expand Down

0 comments on commit 98e9e5a

Please sign in to comment.