Don't create a new release when the CI build succeeds.

This commit is contained in:
Kristofer Hallin 2024-09-23 16:17:24 +02:00 committed by Olof Hagsand
parent c06945ec37
commit ff3e68281c

View file

@ -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: