Skip to content

Commit 1e075b5

Browse files
authored
chore: Release 0.1.0 (take 2) (#88)
1 parent 533c2d7 commit 1e075b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ jobs:
9595
id: preflight
9696
run: ./.github/scripts/publish_preflight_check.sh
9797

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.
98101
- name: Create release tag
99102
# Skip creating a release tag for prereleases
100103
if: (!contains(github.event.pull_request.labels.*.name, 'release:prerelease'))
101-
uses: elgohr/Github-Release-Action@v4
104+
uses: fleskesvor/create-release@1a72e235c178bf2ae6c51a8ae36febc24568c5fe
102105
env:
103106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104107
with:

0 commit comments

Comments
 (0)