Skip to content

Commit 503771d

Browse files
committed
format
1 parent 0b4829f commit 503771d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: "Set git user"
23+
- name: 'Set git user'
2424
run: |
2525
git config --global user.name 'storybook-bot'
2626
git config --global user.email '[email protected]'
@@ -32,8 +32,8 @@ jobs:
3232
- name: Use Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
cache: "pnpm"
36-
node-version-file: ".nvmrc"
35+
cache: 'pnpm'
36+
node-version-file: '.nvmrc'
3737

3838
- name: Install Node.js dependencies with pnpm
3939
# https://pnpm.io/cli/install

0 commit comments

Comments
 (0)