From 365a4ad4912d720414ad189262bd6cb154fee057 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 6 Oct 2024 23:31:43 +1000 Subject: [PATCH] debug --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51c5dd8c..1593313f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: debug + run: echo $GITHUB_REF && ls -la && pwd - 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