Skip to content

Commit f4fd91a

Browse files
committed
Make sure release uses the release branch, and not master
1 parent 3ea8940 commit f4fd91a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
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)