From 6e74d5b6c307af640c41188dcd335798e0e82b11 Mon Sep 17 00:00:00 2001 From: Marten de Bruijn Date: Sun, 21 Jul 2024 00:00:13 +0200 Subject: [PATCH] fix(ci/cd): use github 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 c2c8375..fb188fe 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -50,5 +50,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 "$CI_COMMIT_TAG" + - run: npm version "${{ github.ref.name }}" - run: npm publish