This commit is contained in:
parent
35eaf7a45b
commit
c53031a2e0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
run: ls -la
|
||||
|
||||
- name: Release
|
||||
uses: cerc-io/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: actions/release-action@v1
|
||||
#if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: yacd.tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue