Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b95edb1

Browse files
committed
fix ci
1 parent bf2488d commit b95edb1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/napi-release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release conductor to npm
22
env:
33
DEBUG: napi:*
44
APP_NAME: lib
5-
MACOSX_DEPLOYMENT_TARGET: '10.13'
5+
MACOSX_DEPLOYMENT_TARGET: "10.13"
66
permissions:
77
contents: write
88
id-token: write
@@ -78,7 +78,7 @@ jobs:
7878
if: ${{ matrix.settings.docker }}
7979
with:
8080
image: ${{ matrix.settings.docker }}
81-
options: '--user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build/libs/napi'
81+
options: "--user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build/libs/napi"
8282
run: ${{ matrix.settings.build }}
8383
- name: Build
8484
run: ${{ matrix.settings.build }}
@@ -127,7 +127,6 @@ jobs:
127127
git config user.email "[email protected]"
128128
git add .
129129
git commit -m "ci: bump napi packages' versions to $TAG_NAME"
130-
git push
131130
env:
132131
GITHUB_REF: ${{ github.ref }}
133132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)