We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258675c commit 9e8b043Copy full SHA for 9e8b043
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
- name: debug
17
- run: ls -la . && ls -la packages && ls -la packages/ts && ls -la packages/rust
+ run: cat packages/ts/deno.json && cat packages/rust/Cargo.toml
18
- name: Set Package Versions to current tag
19
# run: sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/deno.json \
20
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml
0 commit comments