From d00b8a219e92e3521b7def5542f3e3ff1bcd2bdb Mon Sep 17 00:00:00 2001 From: albertfolch-redeemeum <102516373+albertfolch-redeemeum@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:26:01 +0200 Subject: [PATCH] ci: add alpha tag (#24) --- .github/workflows/ci_reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_reusable.yaml b/.github/workflows/ci_reusable.yaml index a04b592..6e39f75 100644 --- a/.github/workflows/ci_reusable.yaml +++ b/.github/workflows/ci_reusable.yaml @@ -56,7 +56,7 @@ jobs: - name: "Publish to npm" if: inputs.PUBLISH_NPM run: | - npm publish + npm publish --tag alpha git push git push --tags env: