Skip to content

Commit

Permalink
Fix header, typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Palmer-Richez committed Aug 4, 2024
1 parent 9aaafcc commit f19945d
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 f19945d

Please sign in to comment.