We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af65c45 commit cc9f83bCopy full SHA for cc9f83b
.github/workflows/publish.yaml
@@ -14,6 +14,8 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
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
20
- name: Publish package
- run: npx jsr publish
21
+ run: npx jsr publish
0 commit comments