Skip to content

Commit

Permalink
tmp: run dry release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Aug 9, 2024
1 parent 166bb79 commit 4492713
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
push:
branches: [master, next]
pull_request:
workflow_dispatch:
inputs:
release_channel:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 4492713

Please sign in to comment.