Skip to content

Commit

Permalink
ci: fix release workflow on darwin-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Jul 31, 2024
1 parent bff785b commit ffba9cf
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: |
pnpm run build
pnpm run build --target x86_64-apple-darwin
strip -x *.node
- host: windows-latest
build: pnpm run build
Expand Down Expand Up @@ -396,18 +396,3 @@ jobs:

- name: Prepare WASM plugins
run: pnpm run build:wasm

- name: Release
uses: web-infra-dev/actions@v2
with:
# this expects you to have a script called release which does a build for your packages and calls changeset publish
version: latest
type: "release"
branch: ${{ github.ref_name }}
tools: "changeset"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
REPOSITORY: ${{ github.repository }}
REF: ${{ github.ref }}
ONLY_RELEASE_TAG: true

0 comments on commit ffba9cf

Please sign in to comment.