Don't create a new release when the CI build succeeds.
This commit is contained in:
parent
c06945ec37
commit
ff3e68281c
1 changed files with 0 additions and 10 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -229,16 +229,6 @@ jobs:
|
||||||
run: cd ${{ github.workspace }}/build && dpkg-buildpackage -us -uc
|
run: cd ${{ github.workspace }}/build && dpkg-buildpackage -us -uc
|
||||||
- name: show directory
|
- name: show directory
|
||||||
run: ls -l ${{ github.workspace }}
|
run: ls -l ${{ github.workspace }}
|
||||||
- name: Create deb packet
|
|
||||||
id: create_release
|
|
||||||
uses: actions/create-release@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
tag_name: ${{env.VERSION}}_${{env.RUN_NUMBER}}
|
|
||||||
release_name: clixon_${{env.VERSION}}-${{env.RUN_NUMBER}}
|
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
- name: Upload artefact (clixon)
|
- name: Upload artefact (clixon)
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue