Skip to content

Commit

Permalink
ci: fix publish job script
Browse files Browse the repository at this point in the history
  • Loading branch information
RuggeroVisintin committed Dec 8, 2023
1 parent 4b346f0 commit 457a892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Publish
run: npx semantic-version
run: npx semantic-release
needs: [test_unit, test_visual, build]
if: github.ref_name == 'main'

Expand Down

0 comments on commit 457a892

Please sign in to comment.