Skip to content

Commit

Permalink
Don't create a new release when the CI build succeeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal authored and olofhagsand committed Sep 25, 2024
1 parent c06945e commit ff3e682
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,16 +229,6 @@ jobs:
run: cd ${{ github.workspace }}/build && dpkg-buildpackage -us -uc
- name: show directory
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)
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ff3e682

Please sign in to comment.