Skip to content

Commit

Permalink
ci: Semantic release temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Apr 4, 2023
1 parent c7a31b1 commit a01e0b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Setup node deps
run: npm i conventional-changelog-conventionalcommits@4 @semantic-release/exec @semantic-release/git -D
node-version: "18"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand All @@ -43,4 +41,4 @@ jobs:
run: |
sudo chown $USER:$USER .github/release.sh
sudo chmod +x .github/release.sh
npx semantic-release@18
npx npx --force -p conventional-changelog-conventionalcommits@5 -p @semantic-release/exec -p @semantic-release/git -p https://github.com/Tlepel/semantic-release.git#fix-versions-share-head semantic-release

0 comments on commit a01e0b2

Please sign in to comment.