mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Merge pull request #96 from AnonymusRaccoon/feat/release-ci
Triggering ci on tag push
This commit is contained in:
commit
67d5c0abe9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -43,8 +43,6 @@ jobs:
|
|||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
draft: true
|
|
||||||
release_name: ${{github.ref}}
|
|
||||||
body: ${{steps.github_release.outputs.changelog}}
|
body: ${{steps.github_release.outputs.changelog}}
|
||||||
artifacts: ./artifacts/**/*
|
artifacts: ./artifacts/**/*
|
||||||
token: ${{secrets.GITHUB_TOKEN}}
|
token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user