Skip to content

Commit

Permalink
release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rust17 committed Dec 27, 2024
1 parent 9d2018f commit f432260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ jobs:
tag_name: v${{ steps.version.outputs.version }}
name: v${{ steps.version.outputs.version }}
target_commitish: ${{ github.ref_name }}
make_latest: "${{ github.ref_name == github.event.repository.default_branch }}"
if: startsWith(github.ref, 'refs/tags/')
make_latest: "${{ github.ref_name == '1.x' }}"

0 comments on commit f432260

Please sign in to comment.