Skip to content

Commit

Permalink
Merge pull request #22 from github/fix-release-input
Browse files Browse the repository at this point in the history
use ref_name instead of ref when cutting a release
  • Loading branch information
malancas authored Jun 7, 2024
2 parents 0b69916 + 085ed64 commit 24a7b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/policies-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/release.yml
with:
chart_name: policy-controller-policies
chart_release: ${{ github.ref }}
chart_release: ${{ github.ref_name }}
permissions:
attestations: write
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-controller-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/release.yml
with:
chart_name: policy-controller
chart_release: ${{ github.ref }}
chart_release: ${{ github.ref_name }}
permissions:
attestations: write
contents: read
Expand Down

0 comments on commit 24a7b26

Please sign in to comment.