From f19945d7637e06c5165615c9072282ce64b639d9 Mon Sep 17 00:00:00 2001 From: Christopher Palmer-Richez Date: Sun, 4 Aug 2024 00:47:26 -0400 Subject: [PATCH] Fix header, typos. --- .github/workflows/release.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 758148d..89fa270 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,3 @@ ---- name: Release on: push: @@ -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: