Skip to content

Commit ca8c9ac

Browse files
authored
Merge pull request #17 from koddsson/fix-jsr-auto-publish
i'm so, so, so dumb
2 parents 4d3184b + e81e95d commit ca8c9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run build --if-present
2929
- run: |
3030
cp jsr.json jsr.json.old
31-
jq ".version = \"${TAG_NAME}\"' jsr.json.old > jsr.json
31+
jq ".version = \"${TAG_NAME}\"" jsr.json.old > jsr.json
3232
rm jsr.json.old
3333
env:
3434
TAG_NAME: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)