mirror of
https://github.com/Damillora/Yuika
synced 2024-11-12 21:27:33 +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 }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npx semantic-release
|
||||
- name: Prepare for deployment
|
||||
if: github.ref == 'refs/heads/nanaomoe'
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npx semantic-release --publish false
|
||||
- if: github.ref == 'refs/heads/nanaomoe'
|
||||
run: yarn zip
|
||||
- name: Deploy Ghost Theme
|
||||
uses: TryGhost/action-deploy-theme@v1.4.0
|
||||
if: github.ref == 'refs/heads/nanaomoe'
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "yuika",
|
||||
"description": "nanao.moe's blog theme",
|
||||
"version": "3.0.4",
|
||||
"version": "v3.99.0-nanaomoe",
|
||||
"engines": {
|
||||
"ghost-api": "v3"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user