diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3d9d77a..45eaffe 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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' diff --git a/package.json b/package.json index 65acf9c..d58bad9 100644 --- a/package.json +++ b/package.json @@ -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" },