Skip to content

Commit

Permalink
ci: disable draft releases
Browse files Browse the repository at this point in the history
Added draft: false to disable releases as drafts

Signed-off-by: Nagendra T P <nagendraputhane@gmail.com>
  • Loading branch information
nagendraputhane authored and PavanNikhilesh committed Jan 15, 2025
1 parent 7d2db4e commit 92b06c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cn10k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
else
echo "Release not found"
fi
continue-on-error: true
- name: Release VPP cn10k package
uses: softprops/action-gh-release@v2.0.4
if: ${{ github.event_name == 'push' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-cn9k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,12 @@ jobs:
else
echo "Release not found"
fi
continue-on-error: true
- name: Release VPP cn9k package
uses: softprops/action-gh-release@v2.0.4
if: ${{ github.event_name == 'push' }}
with:
draft: false
tag_name: vpp-${{ steps.artifacts.outputs.PKG_VERSION_NAME }}-cn9k-${{ steps.artifacts.outputs.MRVL_PKG_VERSION }}-${{ steps.artifacts.outputs.DISTRO }}-${{ steps.artifacts.outputs.TAG }}
files: |
${{ github.workspace }}/artifacts/vpp-${{ steps.artifacts.outputs.PKG_VERSION_NAME }}-cn9k${{ steps.artifacts.outputs.PKG_POSTFIX }}_${{ steps.artifacts.outputs.MRVL_PKG_VERSION }}_arm64.deb
Expand Down

0 comments on commit 92b06c9

Please sign in to comment.