From 449d6bb690c12943c50b34fcd498876872e49432 Mon Sep 17 00:00:00 2001 From: jofas Date: Sat, 22 Apr 2023 18:52:12 +0200 Subject: [PATCH] let the debugging of the publish action begin --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 147d732..cc6597f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: run: echo "CRATE_VERSION=$(toml get -r Cargo.toml package.version)" >> "$GITHUB_ENV" - name: Check Version run: | - [ "${{ format('v{0}', env.CRATE_VERSION) }}" == "${{ github.ref_name }}" ] + [ "${{ env.CRATE_VERSION }}" == "${{ github.ref_name }}" ] - name: Publish run: cargo publish env: