Skip to content

Commit d034c0b

Browse files
authored
16.0.2 (#204)
1 parent 6d355bd commit d034c0b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838

3939
- name: Trigger a new import on Galaxy.
4040
run: >-
41-
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)
41+
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
42+
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
55

66
# Changelog
77

8+
## 16.0.2
9+
10+
- **OTHER**
11+
- revert change in `.github/workflows/release.yml`
12+
813
## 16.0.1
914

1015
- **OTHER**

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-wireguard/blob
6969

7070
**Recent changes:**
7171

72+
## 16.0.2
73+
74+
- **OTHER**
75+
- revert change in `.github/workflows/release.yml`
76+
7277
## 16.0.1
7378

7479
- **OTHER**

0 commit comments

Comments
 (0)