Skip to content

Commit d721a4f

Browse files
authored
Remove JSR publishing (#18)
* Remove JSR publishing * Delete jsr.json
1 parent 744475d commit d721a4f

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/npm-publish.yml

-13
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

10-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11-
permissions:
12-
contents: read
13-
pages: write
14-
id-token: write
15-
1610
jobs:
1711
deploy:
1812
runs-on: ubuntu-latest
@@ -26,13 +20,6 @@ jobs:
2620
cache: "npm"
2721
- run: npm ci
2822
- run: npm run build --if-present
29-
- run: |
30-
cp jsr.json jsr.json.old
31-
jq ".version = \"${TAG_NAME}\"" jsr.json.old > jsr.json
32-
rm jsr.json.old
33-
env:
34-
TAG_NAME: ${{ github.event.release.tag_name }}
35-
- run: npx jsr publish --allow-dirty --allow-slow-types
3623
- run: npm version ${TAG_NAME} --git-tag-version=false
3724
env:
3825
TAG_NAME: ${{ github.event.release.tag_name }}

jsr.json

-5
This file was deleted.

0 commit comments

Comments
 (0)