mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
Update release workflow to use version input for GitHub repository reference (#4632)
This commit is contained in:
committed by
GitHub
parent
c763739fcf
commit
2eb8e0578d
1
.github/workflows/01-steampipe-release.yaml
vendored
1
.github/workflows/01-steampipe-release.yaml
vendored
@@ -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 == ''
|
||||
|
||||
Reference in New Issue
Block a user