This commit is contained in:
parent
e659101d79
commit
3d6dafcac8
1 changed files with 6 additions and 6 deletions
|
@ -27,9 +27,9 @@ jobs:
|
|||
name: yacd.tar.gz
|
||||
if-no-files-found: error
|
||||
|
||||
- uses: actions/release-action
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: "v*"
|
||||
artifacts: "./yacd.tar.gz"
|
||||
token: ${{ secrets.RELEASE_KEY }}
|
||||
#- uses: actions/release-action@v1
|
||||
#with:
|
||||
#allowUpdates: true
|
||||
#tag: "v*"
|
||||
#artifacts: "./yacd.tar.gz"
|
||||
#token: ${{ secrets.RELEASE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue