You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+4-5
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ jobs:
20
20
uses: changesets/action@v1
21
21
with:
22
22
version: pnpm ci:version
23
-
commit: "chore: version packages"
24
-
title: "chore: version packages"
23
+
commit: 'chore: version packages'
24
+
title: 'chore: version packages'
25
25
createGithubReleases: false
26
26
env:
27
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -52,8 +52,7 @@ jobs:
52
52
uses: ncipollo/release-action@v1
53
53
with:
54
54
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.'
0 commit comments