Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Oct 6, 2024
1 parent 57511b9 commit 258675c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: debug
run: echo $GITHUB_REF && ls -la && pwd
run: ls -la . && ls -la packages && ls -la packages/ts && ls -la packages/rust
- name: Set Package Versions to current tag
# run: sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/ts/deno.json \
# && sed -i "s/__PACKAGE_VERSION__/$(echo $GITHUB_REF | cut -d '/' -f 3)/g" packages/rust/Cargo.toml
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meshtastic/protobufs",
"version": "",
"version": "__PACKAGE_VERSION__",
"exports": {
".": "./mod.ts"
},
Expand Down

0 comments on commit 258675c

Please sign in to comment.