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.
2 parents 1064d19 + f4a835b commit 1cfe6aaCopy full SHA for 1cfe6aa
.github/workflows/publish.yml
@@ -3,9 +3,9 @@ name: Publish
3
4
# Controls when the action will run.
5
on:
6
- create:
+ push:
7
tags:
8
- - "[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+"
9
workflow_dispatch:
10
11
jobs:
meta/runtime.yml
@@ -0,0 +1 @@
1
+requires_ansible: ">=2.9"
0 commit comments