From 15c18981dc3a7a6325db92b33504107ac8bfd0ba Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Tue, 2 Feb 2021 10:09:00 +0100 Subject: [PATCH] use version tag for changelog action Referencing actions by the short SHA will be deprecated soon Signed-off-by: Martin Schurz --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bbf600..986fa04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,13 +27,13 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Generate changelog - uses: charmixer/auto-changelog-action@8095796 + uses: charmixer/auto-changelog-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} future_release: ${{ steps.version.outputs.next-version }} - name: Generate changelog for the release - uses: charmixer/auto-changelog-action@8095796 + uses: charmixer/auto-changelog-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} since_tag: ${{ steps.previoustag.outputs.tag }}