We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342130e commit 3bff820Copy full SHA for 3bff820
.github/workflows/update-version.yml
@@ -57,6 +57,6 @@ jobs:
57
with:
58
title: "chore: update version"
59
body: "Update version in package.json"
60
- branch: "chore/update-version"
+ branch: "chore/update-version-${{ github.event.inputs.version }}"
61
commit-message: "chore: update version"
62
labels: release
0 commit comments