Skip to content

Commit

Permalink
Synchronize HAEgressGatewayPolicy status and add IP and Exit Node in …
Browse files Browse the repository at this point in the history
…kubectl get output.
  • Loading branch information
Angelo Conforti committed Sep 1, 2024
1 parent 00cdd07 commit 83aa7fc
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,18 @@ jobs:
IMAGE_REGISTRY: docker.io
run: |
make helm
make build-helm-upload
make build-helm-upload
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
${{ github.event.head_commit.message }}
draft: false
prerelease: false

0 comments on commit 83aa7fc

Please sign in to comment.