Skip to content

Commit

Permalink
16.0.2 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubixx committed Apr 24, 2024
1 parent 6d355bd commit d034c0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit d034c0b

Please sign in to comment.