From 9728a6457db4b6b4f5d1cd18af4408005b95a235 Mon Sep 17 00:00:00 2001 From: Guillem Castro Date: Fri, 17 May 2024 20:01:38 +0200 Subject: [PATCH] try to fix create-release again [skip ci] --- .github/workflows/create-release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6e75b60..5baf3bd 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -63,6 +63,7 @@ jobs: commit_user_email: "github-actions[bot]@users.noreply.github.com" commit_author: "github-actions[bot] " branch: master + tagging_message: v${{ steps.cargo-bump.outputs.new_version }} release: runs-on: ubuntu-latest @@ -73,12 +74,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 with: - fetch-depth: 0 - - name: Create tag - uses: rickstaa/action-create-tag@v1.7.2 - with: - tag: v${{ needs.bump-version.outputs.new_version }} - message: "Bump version to v${{ needs.bump-version.outputs.new_version }}" + ref: v${{ needs.bump-version.outputs.new_version }} - name: Update CHANGELOG id: changelog uses: requarks/changelog-action@v1