Skip to content

Commit

Permalink
only release on certain tag conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Jul 23, 2024
1 parent 0e69ca9 commit ecc8642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Terraform Provider release workflow.
name: Release

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

# 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 ecc8642

Please sign in to comment.