diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5187c8f..eb515e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: - name: calculate next version id: version - uses: charmixer/auto-changelog-action@8095796 + uses: patrickjahns/version-drafter-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Generate changelog - uses: charmixer/auto-changelog-action@v1 + uses: charmixer/auto-changelog-action@8095796 with: token: ${{ secrets.GITHUB_TOKEN }} since_tag: ${{ steps.previoustag.outputs.tag }}