Skip to content

Commit 823e1db

Browse files
committed
chore(skip-release): fix release
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent cb58bd5 commit 823e1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
git checkout -b $NEW_VERSION
8181
git commit -sam "chore(skip-release): set version to $NEW_VERSION"
8282
git push -u origin $NEW_VERSION
83+
gh pr create -B main -H $NEW_VERSION --title "chore(skip-release): set version to $NEW_VERSION" --body 'Created by Github action'
8384
8485
- name: Simple conventional changelog
8586
uses: redhat-developer/simple-conventional-changelog@0a6db1ac3910c2cf66f2e1a530951dba1ece8540 #0.0.12

0 commit comments

Comments
 (0)