From 425c8d3c0db025cd451287d36f0848fc2514bf9c Mon Sep 17 00:00:00 2001 From: Marten de Bruijn Date: Sun, 21 Jul 2024 00:22:57 +0200 Subject: [PATCH] fix(ci/cd): test github tag variable --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 52f62e1..8a38b74 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -51,5 +51,5 @@ jobs: - run: npm config set allow-same-version true - run: npm config set git-tag-version false - run: npm run build - - run: npm version ${{ github.ref.name }} + - run: npm version ${{ github.ref_name }} - run: npm publish --access public