aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorKevin DeLorey <[email protected]>2020-02-09 16:25:47 +0000
committerKevin DeLorey <[email protected]>2020-02-09 16:37:43 +0000
commita957c473fdb79880c39b73dc9e0c923093cf16ac (patch)
treef998b548f530ce604651e0e6af314ed2ec74b3b5 /.github/workflows/release.yaml
parent22caf982b99c54058e2e9200aeea0e61cada284a (diff)
parent1b9b13b4b4a75b5531c3f046ce6bf72d681f2732 (diff)
Merge branch 'master' into kdelorey/complete-trait-impl
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 395ce1ef4..77c92512a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -1,4 +1,4 @@
1name: CI-Release 1name: release
2on: 2on:
3 push: 3 push:
4 branches: 4 branches:
@@ -132,7 +132,9 @@ jobs:
132 132
133 - name: Create Release 133 - name: Create Release
134 id: create_release 134 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
136 env: 138 env:
137 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 139 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138 with: 140 with: