From be7e66b3889530b3a3c2f085130f5df153accae7 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Wed, 20 Sep 2023 13:48:40 +0100 Subject: [PATCH] MAINT - Update release workflow --- .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 6792cfee..2a5eab9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: "Publish to npm 📤" run: | echo "Publishing with tag ${{ env.GITHUB_REF }}" - yarn publish --verbose --access public --tag ${{ env.GITHUB_REF }}conda-store-ui.tgz + yarn publish --verbose --access public --tag ${{ env.GITHUB_REF }} conda-store-ui.tgz yarn tag add @conda-store/conda-store-ui@${{ env.GITHUB_REF }} latest env: NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file