From 29079fc90d30e91c203cf3805a8496607cd99436 Mon Sep 17 00:00:00 2001 From: Mzack9999 Date: Thu, 19 Jan 2023 15:49:19 +0100 Subject: [PATCH] fixing autorelease --- .github/workflows/release-tag.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index e007008..052793f 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -1,4 +1,4 @@ -name: 🔖 Release Tag +name: 🔖 Auto release gh action on: workflow_dispatch: @@ -12,7 +12,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 with: - persist-credentials: false + fetch-depth: 0 - name: Get Commit Count id: get_commit @@ -33,4 +33,4 @@ jobs: with: tag_name: ${{ steps.tag_version.outputs.new_tag }} release_name: Release ${{ steps.tag_version.outputs.new_tag }} - body: ${{ steps.tag_version.outputs.changelog }} + body: ${{ steps.tag_version.outputs.changelog }} \ No newline at end of file