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 635f90a commit c54d643Copy full SHA for c54d643
.github/workflows/release.yml
@@ -5,7 +5,7 @@ name: Automated Releases
5
on:
6
push:
7
tags:
8
- - "v*"
+ - 'v*.*.*'
9
10
# Workflow Jobs
11
jobs:
0 commit comments