Skip to content

Commit 3532282

Browse files
committed
Fix ensure release branch in tests
1 parent 4f85a3b commit 3532282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-n-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id: ensure-branch
7777
uses: redis-developer/redis-oss-release-automation/.github/actions/ensure-release-branch@main
7878
with:
79-
release_tag: ${{ needs.build.outputs.REDIS_VERSION }}
79+
release_tag: ${{ inputs.release_tag }}
8080
release_branch: ${{ github.ref_name }}
8181
allow_modify: false
8282
gh_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)