We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7848df commit c104cd3Copy full SHA for c104cd3
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release EMR Logs Analyzer
3
on:
4
push:
5
tags:
6
- - "v1.0.0" # e.g. v1.0.0
+ - "v1.*.*" # e.g. v1.0.0
7
8
permissions:
9
contents: write
0 commit comments