From 258675c48b4d81f0eaeb965f5c723d7bcecd47ba Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 6 Oct 2024 23:41:14 +1000 Subject: [PATCH] try fix --- .github/workflows/publish.yml | 2 +- packages/ts/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6614848..da96c255 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/packages/ts/deno.json b/packages/ts/deno.json index e05893c6..88caa962 100644 --- a/packages/ts/deno.json +++ b/packages/ts/deno.json @@ -1,6 +1,6 @@ { "name": "@meshtastic/protobufs", - "version": "", + "version": "__PACKAGE_VERSION__", "exports": { ".": "./mod.ts" },