From f3beecc266944e4d73269e2818515d2395f16134 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Tue, 2 Apr 2024 12:57:24 +0200 Subject: [PATCH] chore(release): fix create tag step (#18) add checkout step --------- Reviewed-By: Phil Schneider --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 936cf36..0acf708 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -150,6 +150,11 @@ jobs: contents: write runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + fetch-depth: 0 + - name: Create and push git tag run: | git tag v${{ needs.release-images.outputs.app-version }}