Skip to content

Commit

Permalink
Add checkout set to the tag-and-release step.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Apr 17, 2024
1 parent c36336d commit dfceb29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
&& contains(needs.*.result, 'success')
&& !contains(needs.*.result, 'failure')
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Tag and release
run: |
version=v$(cat galaxy/Chart.yaml | grep ^version: | awk '{print $2}')
Expand Down

0 comments on commit dfceb29

Please sign in to comment.