Skip to content

Commit

Permalink
Merge pull request #12 from crichez/fix/20240804release-workflow-fix1
Browse files Browse the repository at this point in the history
Fix release workflow header, typos.
  • Loading branch information
crichez authored Aug 4, 2024
2 parents 9aaafcc + f19945d commit 5a52a26
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Release
on:
push:
Expand All @@ -14,17 +13,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install antibull-changelog
run: pip install ansibull-changelog
- name: Install antsibull-changelog
run: pip install antsibull-changelog

- name: Generate changelog
run: ansibull-changelog release
run: antsibull-changelog release

- name: Build collection tarball
run: ansible-galaxy collection build

- name: Get version string
shell: echo "VERSION=${GITHUB_REF_NAME:1}" >> "$GITHUB_ENV"
run: echo "VERSION=${GITHUB_REF_NAME:1}" >> "$GITHUB_ENV"

- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 5a52a26

Please sign in to comment.