This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree 1 file changed +2
-3
lines changed
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
2
2
env :
3
3
DEBUG : napi:*
4
4
APP_NAME : lib
5
- MACOSX_DEPLOYMENT_TARGET : ' 10.13'
5
+ MACOSX_DEPLOYMENT_TARGET : " 10.13"
6
6
permissions :
7
7
contents : write
8
8
id-token : write
78
78
if : ${{ matrix.settings.docker }}
79
79
with :
80
80
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"
82
82
run : ${{ matrix.settings.build }}
83
83
- name : Build
84
84
run : ${{ matrix.settings.build }}
@@ -127,7 +127,6 @@ jobs:
127
127
git config user.email "[email protected] "
128
128
git add .
129
129
git commit -m "ci: bump napi packages' versions to $TAG_NAME"
130
- git push
131
130
env :
132
131
GITHUB_REF : ${{ github.ref }}
133
132
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments