Skip to content

Commit

Permalink
Ensure tag-and-release checks out the latest commits make by the helm…
Browse files Browse the repository at this point in the history
…-ci action.
  • Loading branch information
ksuderman committed Apr 26, 2024
1 parent d918841 commit 431c683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
&& !contains(needs.*.result, 'failure')
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Tag and release
run: |
git config user.name "GitHub Actions Bot"
Expand Down

0 comments on commit 431c683

Please sign in to comment.