From 449271300dc2aacc08e557d09198d93303c49c8e Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Fri, 9 Aug 2024 19:33:42 +0200 Subject: [PATCH] tmp: run dry release --- .github/workflows/release.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc3f2ae21b82..225be332fc33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Release on: + push: + branches: [master, next] + pull_request: workflow_dispatch: inputs: release_channel: @@ -135,11 +138,11 @@ jobs: if: ${{ matrix.strip }} run: ${{ matrix.strip }} ${{ env.OXIDE_LOCATION }}/*.node - - name: Upload artifacts - uses: actions/upload-artifact@v3 - with: - name: bindings-${{ matrix.target }} - path: ${{ env.OXIDE_LOCATION }}/*.node + # - name: Upload artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: bindings-${{ matrix.target }} + # path: ${{ env.OXIDE_LOCATION }}/*.node release: runs-on: ubuntu-latest @@ -221,7 +224,7 @@ jobs: - name: Lock pre-release versions run: node ./scripts/lock-pre-release-versions.mjs - - name: Publish - run: pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish + # run: pnpm --recursive publish --tag ${{ inputs.release_channel }} --no-git-checks + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}