Skip to content

Commit

Permalink
use antsichaut action (#238)
Browse files Browse the repository at this point in the history
* use antsichaut action

* Update release.yml

* rever tto old, better name
  • Loading branch information
rndmh3ro committed Jan 18, 2024
1 parent c03937b commit 78f2876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python-version: 3.8

- name: Install antsibull-changelog, antsichaut
run: python -m pip install antsibull-changelog antsichaut --disable-pip-version-check
run: python -m pip install antsibull-changelog --disable-pip-version-check

- name: Install pandoc
run: sudo apt-get install pandoc
Expand All @@ -88,9 +88,9 @@ jobs:
run: antsibull-changelog release -v --version "${{ steps.version.outputs.next-version }}"

- name: Generate changelog.yaml
run: antsichaut
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ansible-community/antsichaut@0.4.0
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
SINCE_VERSION: "${{ steps.previoustag.outputs.tag }}"

- name: Update Changelog.rst
Expand Down

0 comments on commit 78f2876

Please sign in to comment.