Skip to content

Commit

Permalink
ci: fix semantic release build process part (#342)
Browse files Browse the repository at this point in the history
fix: implement suggested fix to semantic release CI process

    - downgrade to Node 14 :/
    - hopefully this can be reverted and fixed properly soon
  • Loading branch information
dib542 authored Apr 5, 2023
1 parent 3feaad8 commit 7088076
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}

# this step is a temporary fix due to issue in semantic release package
# see https://github.com/cycjimmy/semantic-release-action/issues/159#issuecomment-1490892625
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14

- name: Semantic Release
uses: cycjimmy/[email protected]
id: semantic
Expand Down

0 comments on commit 7088076

Please sign in to comment.