File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ name : Update `latest` tag
4+ on :
5+ release :
6+ types : [published]
7+
8+ jobs :
9+ run :
10+ runs-on : ubuntu-latest
11+
12+ steps :
13+ - name : Checkout repository
14+ uses : actions/checkout@v4
15+
16+ - name : Run latest-tag
17+ uses : EndBug/latest-tag@latest
18+ with :
19+ ref : latest
20+ description : This tag is automatically generated on new releases.
21+ env :
22+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace: influxdata
88name : molecule
99
1010# The version of the collection. Must be compatible with semantic versioning
11- version : 1.2.1
11+ version : 1.2.2
1212
1313# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414readme : README.md
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ collections:
44 - name: community.docker
55 - name: git+https://github.com/influxdata/ansible-collection-molecule.git
66 type: git
7- version: main
7+ version: latest
88
You can’t perform that action at this time.
0 commit comments