Skip to content

Commit

Permalink
Revert "make draft releases"
Browse files Browse the repository at this point in the history
This reverts commit 74b73cb.
  • Loading branch information
aleoli committed Oct 25, 2022
1 parent 0bc7d9a commit 9f345fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ jobs:
tag: ${{ needs.configure.outputs.commit-ref }}
name: ${{ needs.configure.outputs.commit-ref }}
prerelease: ${{ steps.semver_parser.outputs.prerelease != '' }}
draft: true

- name: Update Helm index
run: |
Expand All @@ -331,4 +330,6 @@ jobs:
tag: ${{ needs.configure.outputs.commit-ref }}
name: ${{ needs.configure.outputs.commit-ref }}
prerelease: ${{ steps.semver_parser.outputs.prerelease != '' }}
draft: true

- name: Update new version in krew-index
uses: rajatjindal/krew-release-bot@v0.0.43
14 changes: 0 additions & 14 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 9f345fd

Please sign in to comment.