From ff66a5d1cd55608d4a4018c15b64b7ac080a46ee Mon Sep 17 00:00:00 2001 From: Luca8991 Date: Wed, 18 Oct 2023 12:42:32 +0200 Subject: [PATCH] chore: fix version typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32c0188..162ad32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: dfx identity use action mops import-identity -- "$(dfx identity export action)" mops publish - echo "version=v$(cat mops.toml | grep "version =" | cut -d\" -f2)" >> "$GITHUB_OUTPUT" + echo "version=$(cat mops.toml | grep "version =" | cut -d\" -f2)" >> "$GITHUB_OUTPUT" env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}