File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 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-
1610jobs :
1711 deploy :
1812 runs-on : ubuntu-latest
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 }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments