Update deploy-release.yml

This commit is contained in:
Lukas Gravley 2022-03-25 09:57:00 -05:00 committed by GitHub
parent 3792fe5373
commit b70e0b55d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ name: Deploy Release
on: on:
# Start when a release is published # Start when a release is published
release: release:
types: ['published'] types: [published]
############### ###############
# Set the Job # # Set the Job #