Skip to content

Commit 878bf3e

Browse files
authored
chore(skip-release): Update release.yml
Signed-off-by: Stephane Bouchet <[email protected]>
1 parent fa27155 commit 878bf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
git checkout -b $NEW_VERSION
8484
git commit -sam "chore(skip-release): set version to $NEW_VERSION"
8585
git push -u origin $NEW_VERSION
86-
gh pr create -B main -H $NEW_VERSION --title 'chore(skip-release): set version to $NEW_VERSION' --body 'Created by Github action'
86+
gh pr create -B main -H $NEW_VERSION --title "chore(skip-release): set version to $NEW_VERSION" --body 'Created by Github action'
8787
8888
- name: Simple conventional changelog
8989
uses: lstocchi/simple-conventional-changelog@13071c09073f5deddf03d44d9af6a8b0f81ef227 #0.0.11

0 commit comments

Comments
 (0)