Skip to content

Commit

Permalink
fix: disabled publishing to jsr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNaubit committed Jul 2, 2024
1 parent d058fb3 commit 5992f1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Run Tests
run: npm run test:run

- name: Publish package
run: npx jsr publish

- name: Build
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.PA_TOKEN }}
version-file: './package.json,./package-lock.json,./jsr.json'
version-file: './package.json,./package-lock.json'
- name: create release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down
5 changes: 0 additions & 5 deletions jsr.json

This file was deleted.

0 comments on commit 5992f1d

Please sign in to comment.