Skip to content

Commit

Permalink
Merge pull request #678 from near/avoid_release_overwrites
Browse files Browse the repository at this point in the history
avoid overwriting notes when creating > 1 release per day
  • Loading branch information
charleslavon authored Feb 27, 2024
2 parents 7667210 + bbc9aa4 commit db72dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
generateReleaseNotes: true
tag: ${{ steps.date.outputs.tag }}
makeLatest: true
allowUpdates: true
allowUpdates: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit db72dd5

Please sign in to comment.