File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636 cache : pnpm
3737 cache-dependency-path : pnpm-lock.yaml
3838 registry-url : https://npm.pkg.github.com
39- scope : ' @hcoona'
4039
4140 - name : Install dependencies
4241 run : pnpm install --frozen-lockfile
8483 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8584 run : |
8685 set -euo pipefail
87- pnpm publish --registry https://npm.pkg.github.com -- access public --no-git-checks --tag "${{ steps.dist_tag.outputs.tag }}"
86+ npm publish --access public --tag "${{ steps.dist_tag.outputs.tag }}"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The version scheme follows [Semantic Versioning 2.0.0](https://semver.org/).
1212> [ !NOTE]
1313> Dates use the ` YYYY-MM-DD ` format and releases are listed from newest to oldest.
1414
15- ## [ 3.0.0-dev.3 ] - 2025-11-17
15+ ## [ 3.0.0-dev.4 ] - 2025-11-17
1616
1717> [ !WARNING]
1818> This is a development pre-release built from the ` main ` branch.
Original file line number Diff line number Diff line change 11{
22 "name" : " hexo-renderer-asciidoc" ,
3- "version" : " 3.0.0-dev.3 " ,
3+ "version" : " 3.0.0-dev.4 " ,
44 "description" : " Asciidoc renderer plugin for hexo" ,
55 "type" : " module" ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments