We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa27155 commit 878bf3eCopy full SHA for 878bf3e
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
git checkout -b $NEW_VERSION
84
git commit -sam "chore(skip-release): set version to $NEW_VERSION"
85
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'
+ gh pr create -B main -H $NEW_VERSION --title "chore(skip-release): set version to $NEW_VERSION" --body 'Created by Github action'
87
88
- name: Simple conventional changelog
89
uses: lstocchi/simple-conventional-changelog@13071c09073f5deddf03d44d9af6a8b0f81ef227 #0.0.11
0 commit comments