-
This Github action
FYI @glowinthedark Creation of release is the only part I don't want to automate. Because I want to use Github's auto-generated notes but paste my own notes, and then look at the preview to see how it looks before I submit. I have this script release-new-version-github that automates everything that can be easily automated. The most time consuming part is organizing, summarizing and simpifying |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
oops, then maybe replace another example from goldendict-ng of using it accepts a switch like these are required permissions:
contents: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Beta Was this translation helpful? Give feedback.
-
@glowinthedark Adding
I feel like this should be the default LOL. |
Beta Was this translation helpful? Give feedback.
@glowinthedark Adding
omitBodyDuringUpdate: true
option seems to fix the issue!I feel like this should be the default LOL.