Skip to content

Commit b93d412

Browse files
committed
fix: style
1 parent 512788f commit b93d412

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: .github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: changesets/action@v1
2121
with:
2222
version: pnpm ci:version
23-
commit: "chore: version packages"
24-
title: "chore: version packages"
23+
commit: 'chore: version packages'
24+
title: 'chore: version packages'
2525
createGithubReleases: false
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -52,8 +52,7 @@ jobs:
5252
uses: ncipollo/release-action@v1
5353
with:
5454
commit: main
55-
tag: "${{ env.MILKDOWN_RELEASE_TAG }}"
56-
body: "Please refer to [CHANGELOG.md](https://github.com/milkdown/milkdown/blob/${{ env.MILKDOWN_RELEASE_TAG }}/packages/kit/CHANGELOG.md) for details."
55+
tag: '${{ env.MILKDOWN_RELEASE_TAG }}'
56+
body: 'Please refer to [CHANGELOG.md](https://github.com/milkdown/milkdown/blob/${{ env.MILKDOWN_RELEASE_TAG }}/packages/kit/CHANGELOG.md) for details.'
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858
continue-on-error: true
59-

0 commit comments

Comments
 (0)