Skip to content

Commit dceea6c

Browse files
author
Hudson Xing
committed
Add unit test and e2e test placeholders to build workflow
1 parent a1b3af9 commit dceea6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
# This is necessary for the release action to create a Git tag in your repository.
3333
- name: Checkout code
3434
uses: actions/checkout@v4
35+
with:
36+
ref: ${{ github.event.inputs.source_branch }}
37+
3538

3639
# Step 2: Download the build artifact from your 'Build' workflow.
3740
# This finds the latest successful run on the specified branch and downloads the artifact.

0 commit comments

Comments
 (0)