We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533c2d7 commit 1e075b5Copy full SHA for 1e075b5
.github/workflows/release.yaml
@@ -95,10 +95,13 @@ jobs:
95
id: preflight
96
run: ./.github/scripts/publish_preflight_check.sh
97
98
+ # We pull this action from a custom fork of a contributor until
99
+ # https://github.com/actions/create-release/pull/32 is merged. Also note that v1 of
100
+ # this action does not support the "body" parameter.
101
- name: Create release tag
102
# Skip creating a release tag for prereleases
103
if: (!contains(github.event.pull_request.labels.*.name, 'release:prerelease'))
- uses: elgohr/Github-Release-Action@v4
104
+ uses: fleskesvor/create-release@1a72e235c178bf2ae6c51a8ae36febc24568c5fe
105
env:
106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107
with:
0 commit comments