Skip to content

Commit

Permalink
Include jsr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiancook committed Mar 3, 2024
1 parent aeef360 commit c317a1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
env:
NO_COVERAGE_BADGE_UPDATE: 1
FLAGS: FETCH_SERVICE_DISABLE,POST_CONFIGURE_TEST
Expand Down Expand Up @@ -86,3 +89,5 @@ jobs:
export TEST_CONFIG='{"@virtualstate/navigation/test/imported/path": "@virtualstate/navigation-local-build"}'
yarn test
continue-on-error: true
- name: Publish jsr package
run: npx jsr publish

0 comments on commit c317a1d

Please sign in to comment.