We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d459327 commit 197d264Copy full SHA for 197d264
.github/workflows/update-version.yml
@@ -42,6 +42,6 @@ jobs:
42
with:
43
title: "chore: update version"
44
body: "Update version in ImmutableDataTypes.h"
45
- branch: "chore/update-version"
+ branch: "chore/update-version-${{ github.event.inputs.version }}"
46
commit-message: "chore: update version"
47
labels: release
0 commit comments