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 a1b3af9 commit dceea6cCopy full SHA for dceea6c
.github/workflows/release.yml
@@ -32,6 +32,9 @@ 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
39
# Step 2: Download the build artifact from your 'Build' workflow.
40
# This finds the latest successful run on the specified branch and downloads the artifact.
0 commit comments