diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 397ddcc9..79bea508 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,3 +77,9 @@ jobs: cosign verify ghcr.io/sozercan/aikit@${DIGEST} \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ --certificate-identity https://github.com/sozercan/aikit/.github/workflows/release.yaml@$GITHUB_REF + + - name: Create GitHub release + uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0 # v1.2.1 + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + prerelease: false