Skip to content

Commit

Permalink
Tweak GH release creation flagd
Browse files Browse the repository at this point in the history
- Start in draft
- Do not override existing fields
- Skip if the the release already exists and is published
  • Loading branch information
jbourassa committed Nov 24, 2022
1 parent ab8a6b5 commit fbd5747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,14 @@ jobs:
fi
fi
done
- name: Create GitHub release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
generateReleaseNotes: true
draft: true
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
omitPrereleaseDuringUpdate: true
skipIfReleaseExists: true

0 comments on commit fbd5747

Please sign in to comment.