mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 01:07:32 +00:00
chore: set version used by blog.nanao.moe
This commit is contained in:
parent
b0fba2eeae
commit
5394121818
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@ -16,12 +16,8 @@ jobs:
|
|||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
- name: Prepare for deployment
|
- if: github.ref == 'refs/heads/nanaomoe'
|
||||||
if: github.ref == 'refs/heads/nanaomoe'
|
run: yarn zip
|
||||||
env:
|
|
||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
||||||
run: npx semantic-release --publish false
|
|
||||||
- name: Deploy Ghost Theme
|
- name: Deploy Ghost Theme
|
||||||
uses: TryGhost/action-deploy-theme@v1.4.0
|
uses: TryGhost/action-deploy-theme@v1.4.0
|
||||||
if: github.ref == 'refs/heads/nanaomoe'
|
if: github.ref == 'refs/heads/nanaomoe'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "yuika",
|
"name": "yuika",
|
||||||
"description": "nanao.moe's blog theme",
|
"description": "nanao.moe's blog theme",
|
||||||
"version": "3.0.4",
|
"version": "v3.99.0-nanaomoe",
|
||||||
"engines": {
|
"engines": {
|
||||||
"ghost-api": "v3"
|
"ghost-api": "v3"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user