mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 13:09:40 +08:00
1.3.6
This commit is contained in:
parent
e80527ef1d
commit
83d09be127
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -84,10 +84,10 @@ jobs:
|
|||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
||||||
- name: npm ci
|
- name: npm ci
|
||||||
if: ${{ env.branch_type != 'master' }}
|
if: ${{ env.branch_type == 'master' }}
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: npm publish
|
- name: npm publish
|
||||||
if: ${{ env.branch_type != 'master' }}
|
if: ${{ env.branch_type == 'master' }}
|
||||||
run: npm publish --tag=latest
|
run: npm publish --tag=latest
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user