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 31051bc commit 866a924Copy full SHA for 866a924
.github/workflows/release.yml
@@ -32,6 +32,8 @@ jobs:
32
# This is necessary for the release action to create a Git tag in your repository.
33
- name: Checkout code
34
uses: actions/checkout@v4
35
+ with:
36
+ ref: ${{ github.event.inputs.source_branch }}
37
38
- name: Delete existing tag (if any)
39
uses: actions/github-script@v7
0 commit comments