Skip to content

Commit

Permalink
Merge pull request #2936 from matklad/better-release
Browse files Browse the repository at this point in the history
Make sure release uses the release branch, and not master
  • Loading branch information
matklad authored Jan 29, 2020
2 parents 6fd2965 + f4fd91a commit 5643c07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-Release
name: release
on:
push:
branches:
Expand Down Expand Up @@ -132,7 +132,9 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1
# uses: actions/create-release@v1
# https://github.com/actions/create-release/pull/32
uses: fleskesvor/create-release@1a72e235c178bf2ae6c51a8ae36febc24568c5fe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 5643c07

Please sign in to comment.