Skip to content

Commit 1cfe6aa

Browse files
authored
Merge pull request #13 from stackhpc/add-metadata
Fix publishing to Ansible Galaxy
2 parents 1064d19 + f4a835b commit 1cfe6aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Publish
33

44
# Controls when the action will run.
55
on:
6-
create:
6+
push:
77
tags:
8-
- "[0-9]+.[0-9]+.[0-9]+"
8+
- "v[0-9]+.[0-9]+.[0-9]+"
99
workflow_dispatch:
1010

1111
jobs:

meta/runtime.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requires_ansible: ">=2.9"

0 commit comments

Comments
 (0)