Skip to content

aws-load-balancer-controller: v2.8.3 (#1150) #59

aws-load-balancer-controller: v2.8.3 (#1150)

aws-load-balancer-controller: v2.8.3 (#1150) #59

Workflow file for this run

name: release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
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 }}