feat: add upstream appVersion tracking to release workflow (#21)

Configures the reusable release workflow to fetch the latest release
tag from FairwindsOps/polaris and set appVersion in artifacthub-pkg.yml.
This keeps our Artifact Hub listing in sync with the upstream project.

Co-authored-by: Hugh Hackman <hugh@privilegedescalation.dev>
This commit was merged in pull request #21.
This commit is contained in:
hugh-hackman[bot]
2026-03-08 13:10:00 -04:00
committed by GitHub
parent 4e66a4b7cc
commit d543e3bf9d
+1
View File
@@ -16,3 +16,4 @@ jobs:
uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main
with:
version: ${{ inputs.version }}
upstream-repo: 'FairwindsOps/polaris'