Skip to content

Commit 4fd8ea5

Browse files
committed
ci: Try to Fix Buddy Pipeline
1 parent a63a0f8 commit 4fd8ea5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/buddy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
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
@@ -84,4 +83,4 @@ jobs:
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 }}"

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)