Update release workflow to use version input for GitHub repository reference (#4632)

This commit is contained in:
Priyanka Chatterjee
2025-08-06 12:11:13 +05:30
committed by GitHub
parent c763739fcf
commit 2eb8e0578d

View File

@@ -196,6 +196,7 @@ jobs:
with:
repository: turbot/homebrew-tap
token: ${{ secrets.GH_ACCESS_TOKEN }}
ref: v${{ github.event.inputs.version }}
- name: Update live version
if: steps.semver_parser.outputs.prerelease == ''