Skip to content

Commit bff7873

Browse files
authored
Fix release (#59)
2 parents d3085aa + 6e02ca7 commit bff7873

9 files changed

Lines changed: 15 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ jobs:
4949
branch: main
5050
unprotect_reviews: true
5151

52+
- name: Publish Collection on Ansible Galaxy
53+
uses: artis3n/ansible_galaxy_collection@v2
54+
with:
55+
api_key: '${{ secrets.GALAXY_API_KEY }}'
56+
build: false
57+
publish: true
58+
5259
- name: Push changes to repository
5360
run: git push origin && git push --tags
5461

@@ -59,13 +66,6 @@ jobs:
5966
body: ${{ steps.release-changelog.outputs.content }}
6067
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
6168

62-
- name: Publish Collection on Ansible Galaxy
63-
uses: artis3n/ansible_galaxy_collection@v2
64-
with:
65-
api_key: '${{ secrets.GALAXY_API_KEY }}'
66-
build: false
67-
publish: true
68-
6969
clean_changelog:
7070
if: github.event.pull_request.merged == true && needs.changelog.outputs.release-type == 'no-release'
7171
needs: [ changelog ]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## Unreleased [no-release]
6+
7+
_Modifications made in this changeset do not add, remove or alter any behavior, dependency, API or functionality of the software. They only change non-functional parts of the repository, such as the README file or CI workflows._
8+
59
## 3.0.0 - 2025-12-19
610

711
_Full changeset and discussions: [#58](https://github.com/OpenTermsArchive/deployment/pull/58)._

playbooks/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
block:
9393
- name: Load contribution-tool config
9494
ansible.builtin.include_role:
95-
name: ota/contribution-tool
95+
name: ota/contribution_tool
9696
public: true
9797
apply:
9898
tags: [always]
@@ -120,7 +120,7 @@
120120
block:
121121
- name: Load federation-api config
122122
ansible.builtin.include_role:
123-
name: ota/federation-api
123+
name: ota/federation_api
124124
public: true
125125
apply:
126126
tags: [always]
@@ -208,7 +208,7 @@
208208
block:
209209
- name: Setup contribution-tool
210210
ansible.builtin.include_role:
211-
name: ota/contribution-tool
211+
name: ota/contribution_tool
212212
public: true
213213

214214
# Federation-api: application deployment
@@ -217,7 +217,7 @@
217217
block:
218218
- name: Setup federation-api
219219
ansible.builtin.include_role:
220-
name: ota/federation-api
220+
name: ota/federation_api
221221
public: true
222222

223223
# Process management & web server (common)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)