Update release.yml
change release action version to latest one
This commit is contained in:
parent
9bf784ccf0
commit
f6539aab06
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -2,11 +2,9 @@ name: Release
|
|||
|
||||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
release:
|
||||
name: Upload Release Assets
|
||||
|
@ -17,7 +15,7 @@ jobs:
|
|||
- name: Build project
|
||||
run: make compile
|
||||
- name: Upload Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v0.1.5
|
||||
with:
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
|
Loading…
Reference in a new issue