chore: set version used by blog.nanao.moe

This commit is contained in:
Damillora 2021-04-14 20:55:21 +07:00
parent b0fba2eeae
commit 5394121818
2 changed files with 3 additions and 7 deletions

View File

@ -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'

View File

@ -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"
},