Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-lingappa authored Apr 2, 2024
1 parent f5e4ccd commit 679a4f7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Terraform Provider release workflow.
name: Release

# This GitHub action creates a release when a new release is publised with a new tag
# This GitHub action creates a release when a tag that matches the pattern
# "v*" (e.g. v0.1.0) is created.
on:
release:
types: [published]
push:
tags:
- 'v*'

# Releases need permissions to read and write the repository contents.
# GitHub considers creating releases and uploading assets as writing contents.
Expand Down

0 comments on commit 679a4f7

Please sign in to comment.