From 559c7fcb7653b83ee4ec9be289635cf8183bdfd9 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 29 Jan 2024 08:06:26 -0500 Subject: [PATCH] ci: testing autocommit: removing tagging since it creates another tag instead of using that tag --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b26f8f1..bc77076 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,6 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5 with: branch: rolling - tagging_message: ${{ steps.version-bump.outputs.new_tag }} - name: Create Release uses: softprops/action-gh-release@v1 with: