Skip to content

Commit bf954e6

Browse files
author
Rogin Farrer
committed
fix release workflow
1 parent 560c8be commit bf954e6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@ jobs:
1212
env:
1313
CI: true
1414
steps:
15-
- uses: pnpm/action-setup@v3.0.0
15+
- uses: actions/checkout@main
1616

17-
- name: Checkout Repo
18-
uses: actions/checkout@main
19-
with:
20-
fetch-depth: 0
21-
token: ${{ secrets.GITHUB_TOKEN }}
17+
- name: Install pnpm
18+
uses: pnpm/action-setup@v3
2219

2320
- name: Setup Node.js
2421
uses: actions/setup-node@main

0 commit comments

Comments
 (0)