Skip to content

[aws-for-fluent-bit] Add helm chart high performance kinesis stream … #22

[aws-for-fluent-bit] Add helm chart high performance kinesis stream …

[aws-for-fluent-bit] Add helm chart high performance kinesis stream … #22

Workflow file for this run

name: release
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
permissions:
id-token: write
pull-requests: write
contents: write
jobs:
release:
runs-on: ubuntu-latest
if: github.repository == 'aws/eks-charts'
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
- run: make install-toolchain
- run: make verify
- run: make package publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPO: ${{ github.repository }}