-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ on: | |
- 'v*' | ||
workflow_dispatch: | ||
|
||
permissions: write-all | ||
|
||
jobs: | ||
release: | ||
permissions: | ||
contents: write | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -29,6 +29,8 @@ jobs: | |
|
||
- name: Rust setup | ||
uses: dtolnay/[email protected] | ||
with: | ||
targets: aarch64-apple-darwin | ||
|
||
- name: Add Rust target | ||
run: rustup target add ${{ matrix.target }} | ||
|
@@ -41,12 +43,12 @@ jobs: | |
- name: Install Node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 16.14.2 | ||
node-version: "20" | ||
|
||
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: 8.6.1 | ||
version: 9 | ||
run_install: false | ||
|
||
- name: Pnpm install | ||
|
@@ -68,4 +70,3 @@ jobs: | |
releaseBody: 'fix bugs and add new features' | ||
releaseDraft: false | ||
prerelease: false | ||
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters