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
|
name: yacd.tar.gz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- uses: actions/release-action
|
#- uses: actions/release-action@v1
|
||||||
with:
|
#with:
|
||||||
allowUpdates: true
|
#allowUpdates: true
|
||||||
tag: "v*"
|
#tag: "v*"
|
||||||
artifacts: "./yacd.tar.gz"
|
#artifacts: "./yacd.tar.gz"
|
||||||
token: ${{ secrets.RELEASE_KEY }}
|
#token: ${{ secrets.RELEASE_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue