We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bd95a commit 82c5d1eCopy full SHA for 82c5d1e
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
runs-on: ubuntu-latest
75
steps:
76
- uses: actions/checkout@v4
77
- - run: ref=${{ github.ref }} && gh release edit --prerelease=false ${ref##*/}
+ - run: ref=${{ github.ref }} && gh release edit --prerelease=false --latest ${ref##*/}
78
env:
79
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
0 commit comments