Skip to content

Fix release CI and bump version (#42) #2

Fix release CI and bump version (#42)

Fix release CI and bump version (#42) #2

Workflow file for this run

# Github Action to create a release
name: Create Release
on:
push:
branches:
- 'main'
paths:
- version.txt
jobs:
release:
if: ${{ github.repository == 'aws/eks-pod-identity-agent' }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Tag release
run: |
/usr/bin/git config --global user.email [email protected]
/usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
hack/tag-release.sh