X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fnpmpublish.yml;fp=.github%2Fworkflows%2Fnpmpublish.yml;h=1b6824797ed8522c35ae787b3ea4902a49422dc8;hb=8ea47589a8f04b7018bd39c230d68de456c27bb0;hp=17eb40ed01ee38e287add3601b85240df92cca15;hpb=d18fccb1e77f6c835369675a69dc546825edf50c;p=poolifier.git diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 17eb40ed..1b682479 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -17,7 +17,7 @@ jobs: with: version: 8 - - name: Setup Node + - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: '18.x' @@ -50,7 +50,7 @@ jobs: with: version: 8 - - name: Setup Node + - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: '18.x' @@ -76,8 +76,8 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - # - name: Publish Beta Release - # if: ${{ contains(steps.package-version.outputs.version, '-beta') == true }} - # run: pnpm publish --no-git-checks --tag beta - # env: - # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Publish Beta Release + if: ${{ contains(steps.package-version.outputs.version, '-beta') == true }} + run: pnpm publish --no-git-checks --tag beta + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}