Skip to content

Commit

Permalink
Merge pull request #473 from ksuderman/472-checkout-latest
Browse files Browse the repository at this point in the history
Checkout latest commit made by helm-ci action
  • Loading branch information
nuwang authored Apr 26, 2024
2 parents d918841 + 431c683 commit fdc086f
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 fdc086f

Please sign in to comment.