Skip to content

Commit

Permalink
ci: fix semantic release CI build process (#341)
Browse files Browse the repository at this point in the history
fix: update semantic release version to version with fix:

    - fix is detailed in cycjimmy/semantic-release-action#162
      for release 3.4.2: https://github.com/cycjimmy/semantic-release-action/releases/tag/v3.4.2
  • Loading branch information
dib542 committed Apr 5, 2023
1 parent 78cc1b4 commit 3feaad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.0.0
uses: cycjimmy/semantic-release-action@v3.4.2
id: semantic
with:
semantic_version: 19
Expand Down

0 comments on commit 3feaad8

Please sign in to comment.