Skip to content

Commit 37380c9

Browse files
committed
fix lint
1 parent 5e441b5 commit 37380c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/plan-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
is-this-a-release:
19-
name: "Is this a release?"
19+
name: 'Is this a release?'
2020
runs-on: ubuntu-latest
2121
outputs:
2222
command: ${{ steps.check-release.outputs.command }}
@@ -57,7 +57,7 @@ jobs:
5757
node-version: 18
5858
cache: pnpm
5959
- run: pnpm install --frozen-lockfile
60-
- name: "Generate Explanation and Prep Changelogs"
60+
- name: 'Generate Explanation and Prep Changelogs'
6161
id: explanation
6262
run: |
6363
set +e
@@ -83,7 +83,7 @@ jobs:
8383
- uses: peter-evans/create-pull-request@v7
8484
with:
8585
commit-message: "Prepare Release ${{ steps.explanation.outputs.new_version}} using 'release-plan'"
86-
labels: "internal"
86+
labels: 'internal'
8787
branch: release-preview
8888
title: Prepare Release ${{ steps.explanation.outputs.new_version }}
8989
body: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
jobs:
2020
publish:
21-
name: "NPM Publish"
21+
name: 'NPM Publish'
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: write

0 commit comments

Comments
 (0)