X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=.github%2Fworkflows%2Fnpmpublish.yml;h=1fa447869ab27f347e5e038c9b1822a641ee3d4f;hb=04805b543bf2d070904a23d12d4f9e6a0260139b;hp=1b6824797ed8522c35ae787b3ea4902a49422dc8;hpb=45496c5ad271a9325c6942054f30f39bcc9b7ae6;p=poolifier.git diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 1b682479..1fa44786 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -71,7 +71,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Publish Pre-Release - if: ${{ contains(steps.package-version.outputs.version, '-') == true }} + if: ${{ contains(steps.package-version.outputs.version, '-') == true && contains(steps.package-version.outputs.version, '-beta') == false }} run: pnpm publish --no-git-checks --tag next env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}