File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
if : startsWith(matrix.os,'windows')
40
40
shell : powershell
41
41
run : |
42
- build-windows.ps1
42
+ .\ build-windows.ps1
43
43
44
44
- name : run build script for ubuntu
45
45
if : startsWith(matrix.os,'ubuntu')
@@ -86,12 +86,12 @@ jobs:
86
86
git add package.json
87
87
git commit -m "chore: update version to ${{ env.new_version }}"
88
88
env :
89
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89
+ GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
90
90
91
91
- name : Push Changes
92
92
run : git push
93
93
env :
94
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
94
+ GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
95
95
96
96
- name : Download All Artifacts
97
97
uses : actions/download-artifact@v4
@@ -111,7 +111,7 @@ jobs:
111
111
draft : false
112
112
prerelease : false
113
113
env :
114
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
114
+ GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
115
115
116
116
- name : Publish to npm
117
117
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments