Skip to content

Commit f27e75f

Browse files
committed
chore(release): update action versions and fix formatting
1 parent d179b0a commit f27e75f

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v*"
6+
- 'v*'
77

88
jobs:
99
release:
@@ -12,19 +12,19 @@ jobs:
1212
contents: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@v2
20+
uses: pnpm/action-setup@v5
2121

2222
- name: Set node
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: lts/*
2626
cache: pnpm
27-
registry-url: "https://registry.npmjs.org"
27+
registry-url: 'https://registry.npmjs.org'
2828

2929
- run: npx githublogen
3030
env:
@@ -41,6 +41,3 @@ jobs:
4141
env:
4242
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4343
NPM_CONFIG_PROVENANCE: true
44-
45-
- name: Sync Npmmirror
46-
run: npx syncmirror

0 commit comments

Comments
 (0)