This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: release conductor to npm
22env :
33 DEBUG : napi:*
44 APP_NAME : lib
5- MACOSX_DEPLOYMENT_TARGET : ' 10.13'
5+ MACOSX_DEPLOYMENT_TARGET : " 10.13"
66permissions :
77 contents : write
88 id-token : write
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 "github-actions@github.com"
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 }}
You can’t perform that action at this time.
0 commit comments