Skip to content

Commit

Permalink
Remove JSR publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson authored Apr 23, 2024
1 parent 744475d commit 8af89c0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -26,13 +20,6 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: |
cp jsr.json jsr.json.old
jq ".version = \"${TAG_NAME}\"" jsr.json.old > jsr.json
rm jsr.json.old
env:
TAG_NAME: ${{ github.event.release.tag_name }}
- run: npx jsr publish --allow-dirty --allow-slow-types
- run: npm version ${TAG_NAME} --git-tag-version=false
env:
TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 8af89c0

Please sign in to comment.