Update release.yaml workflow

This commit is contained in:
Gabri Botha 2021-06-08 11:18:20 +02:00 committed by GitHub
parent f5b5169129
commit 3fa0d42f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@ name: Build and Deploy to GKE
on:
release:
types: [created]
types:
created
env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}