Skip to content

Commit 9e8b043

Browse files
committed
try fix
1 parent 258675c commit 9e8b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
- name: debug
17-
run: ls -la . && ls -la packages && ls -la packages/ts && ls -la packages/rust
17+
run: cat packages/ts/deno.json && cat packages/rust/Cargo.toml
1818
- name: Set Package Versions to current tag
1919
# run: sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/deno.json \
2020
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml

0 commit comments

Comments
 (0)