Skip to content

Commit a957c47

Browse files
committed
Merge branch 'master' into kdelorey/complete-trait-impl
2 parents 22caf98 + 1b9b13b commit a957c47

File tree

363 files changed

+7355
-4552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+7355
-4552
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI-Release
1+
name: release
22
on:
33
push:
44
branches:
@@ -132,7 +132,9 @@ jobs:
132132

133133
- name: Create Release
134134
id: create_release
135-
uses: actions/create-release@v1
135+
# uses: actions/create-release@v1
136+
# https://github.com/actions/create-release/pull/32
137+
uses: fleskesvor/create-release@1a72e235c178bf2ae6c51a8ae36febc24568c5fe
136138
env:
137139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138140
with:

0 commit comments

Comments
 (0)