Skip to content

Commit

Permalink
fix: typo in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Nov 13, 2024
1 parent 66d4e61 commit 030e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm test
- name: Build
run: npm run build
- name: Publish
- name: Publish
if: success()
run: npx semantic-release
- run: npm run build
Expand Down

0 comments on commit 030e266

Please sign in to comment.