Skip to content

Commit cc9f83b

Browse files
committed
Update publish.yaml
1 parent af65c45 commit cc9f83b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
17+
- name: Replace $CLOUD_VERSION with deno.json version
18+
run: |
19+
sed -i "s/\$CLOUD_VERSION/$(jq -r '.version' deno.json)/" src/extension/core-extension.ts
1820
- name: Publish package
19-
run: npx jsr publish
21+
run: npx jsr publish

0 commit comments

Comments
 (0)