Skip to content

Commit 6e81c47

Browse files
committed
chore(Github): 修复 workflow 描述文件的缩进错误
1 parent 1c93c46 commit 6e81c47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
publish-npm:
1010
runs-on: ubuntu-latest
1111
steps:
12-
# checkout 代码
12+
# checkout 代码
1313
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0 # 获取完整历史
1616
clean: true # 清理工作目录
17-
# 准备 node
17+
# 准备 node
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 18
2121
registry-url: https://registry.npmjs.org/
22-
# 准备 pnpm
22+
# 准备 pnpm
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
version: 8
@@ -46,5 +46,5 @@ jobs:
4646
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4747
GH_TOKEN: ${{secrets.COMMIT_TOKEN}}
4848
run: |
49-
pnpm ci:version
50-
pnpm ci:publish
49+
pnpm ci:version
50+
pnpm ci:publish

0 commit comments

Comments
 (0)