Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent fd75707 commit 7ee8c03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: jest --coverage

- name: Reset repository
id: reset_repo
run: git reset --hard HEAD

- name: Publish package
run: npx jsr publish
run: npx jsr publish
if: ${{ steps.reset_repo.outcome == 'success' }}

0 comments on commit 7ee8c03

Please sign in to comment.