Skip to content

Commit

Permalink
Fixed copy paste mistakes in release.md (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Wester <marco.wester@sva.de>
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 13c96ae commit 8fb3a8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Example showing how only Automation hub release can be made, only `ah_token` wou

### Release on AH only, workflow

Filename: `release.yaml`
Filename: `release_ah.yaml`

```
---
Expand All @@ -58,7 +58,7 @@ Same for galaxy releases only, please refer to the `release_galay.yaml` and spec

### Release on Galaxy only, workflow

Filename: `release.yaml`
Filename: `release_galaxy.yaml`

```
---
Expand All @@ -73,11 +73,9 @@ jobs:
with:
environment: release
secrets:
ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
```

Same for galaxy releases only, please refer to the `release_galay.yaml` and specify `ansible_galaxy_api_key` secret.

## Detailed release process

### Things to make sure of before release:
Expand Down

0 comments on commit 8fb3a8b

Please sign in to comment.