diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d95c5db9..96d86747 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,4 +38,5 @@ jobs: - name: Trigger a new import on Galaxy. run: >- - ansible-galaxy role import --token ${{ secrets.GALAXY_API_KEY }} -vvvvvvvv --role-name=$(echo ${{ github.repository }} | cut -d/ -f2 | sed 's/ansible-role-//' | sed 's/-/_/') $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) + ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} + $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285223b4..05415c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ SPDX-License-Identifier: GPL-3.0-or-later # Changelog +## 16.0.2 + +- **OTHER** + - revert change in `.github/workflows/release.yml` + ## 16.0.1 - **OTHER** diff --git a/README.md b/README.md index 3ea24c59..c1385206 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-wireguard/blob **Recent changes:** +## 16.0.2 + +- **OTHER** + - revert change in `.github/workflows/release.yml` + ## 16.0.1 - **OTHER**