mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update release.yml
This commit is contained in:
parent
63a3bee5aa
commit
17c3716278
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: publish
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.LUV }}
|
||||
run: npm run publish
|
||||
|
||||
publish_on_mac:
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: publish
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.LUV }}
|
||||
run: npm run publish
|
||||
|
||||
publish_on_win:
|
||||
|
@ -48,5 +48,5 @@ jobs:
|
|||
run: npm install
|
||||
- name: publish
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.LUV }}
|
||||
run: npm run publish
|
||||
|
|
Loading…
Reference in a new issue