Skip to content

Commit 82c5d1e

Browse files
committed
Add --latest to accept-release workflows
1 parent b8bd95a commit 82c5d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v4
77-
- run: ref=${{ github.ref }} && gh release edit --prerelease=false ${ref##*/}
77+
- run: ref=${{ github.ref }} && gh release edit --prerelease=false --latest ${ref##*/}
7878
env:
7979
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080

0 commit comments

Comments
 (0)