Skip to content

Commit

Permalink
drop me
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Jan 29, 2025
1 parent dd1f58c commit c77fe34
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/release-draft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Create Sysdig draft/RC release
on:
pull_request:
branches: [dev]
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-[a-z]+'
- '[0-9]+.[0-9]+.[0-9]+-[a-z]+[0-9]+'
branches: [dev]
workflow_dispatch:

env:
BUILD_VERSION: ${{ github.ref_name }}
Expand Down Expand Up @@ -233,19 +233,19 @@ jobs:
*.deb
*.rpm
create-draft-release:
runs-on: ubuntu-latest
needs: [push-container-image, build-release-linux, sign-linux-packages, build-release-others]
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
pattern: sysdig-release-${{ env.BUILD_VERSION }}*
merge-multiple: true

- name: Create draft release
uses: softprops/action-gh-release@v2
with:
files: |
sysdig-${{ env.BUILD_VERSION }}*
draft: true
#create-draft-release:
# runs-on: ubuntu-latest
# needs: [push-container-image, build-release-linux, sign-linux-packages, build-release-others]
# steps:
# - name: Download all artifacts
# uses: actions/download-artifact@v4
# with:
# pattern: sysdig-release-${{ env.BUILD_VERSION }}*
# merge-multiple: true
# - name: Create draft release
# uses: softprops/action-gh-release@v2
# with:
# files: |
# sysdig-${{ env.BUILD_VERSION }}*
# draft: true

0 comments on commit c77fe34

Please sign in to comment.