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 4f85a3b commit 3532282Copy full SHA for 3532282
.github/workflows/build-n-test.yml
@@ -76,7 +76,7 @@ jobs:
76
id: ensure-branch
77
uses: redis-developer/redis-oss-release-automation/.github/actions/ensure-release-branch@main
78
with:
79
- release_tag: ${{ needs.build.outputs.REDIS_VERSION }}
+ release_tag: ${{ inputs.release_tag }}
80
release_branch: ${{ github.ref_name }}
81
allow_modify: false
82
gh_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments