BT
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/release.yml
|
@ -18,6 +18,7 @@ jobs: |
|
|
run: ls -la |
|
|
run: ls -la |
|
|
- name: Release Image to placeholder or release |
|
|
- name: Release Image to placeholder or release |
|
|
uses: meeDamian/github-release@v1.0.0 |
|
|
uses: meeDamian/github-release@v1.0.0 |
|
|
|
|
|
allow_override: true |
|
|
if: startsWith(github.ref, 'refs/tags/') |
|
|
if: startsWith(github.ref, 'refs/tags/') |
|
|
with: |
|
|
with: |
|
|
gzip: false |
|
|
gzip: false |
|
|