File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111 contents : write
1212
1313jobs :
14- build_on_linux :
14+ publish_for_linux :
1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v5
2222 run : npm install
2323 - name : publish
2424 run : npm run publish
25-
26- build_on_mac :
25+ env :
26+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27+ publish_for_mac :
2728 runs-on : macos-latest
2829 steps :
2930 - uses : actions/checkout@v5
3435 run : npm install
3536 - name : publish
3637 run : npm run publish
38+ env :
39+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3740
38- build_on_win :
41+ publish_for_win :
3942 runs-on : windows-latest
4043 steps :
4144 - uses : actions/checkout@v5
4548 - name : install dependencies
4649 run : npm install
4750 - name : publish
48- run : npm run publish
51+ run : npm run publish
52+ env :
53+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments