From 559b29dbcd0f9a4f4664827a5f885ce4e107112d Mon Sep 17 00:00:00 2001 From: e-simo <47154664+e-simo@users.noreply.github.com> Date: Fri, 13 Jan 2023 23:54:38 +0100 Subject: [PATCH] . --- .github/workflows/tagging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 25c1376..67ea861 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -11,9 +11,9 @@ jobs: - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.1 - custom_tag: vdde1.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} + custom_tag: sdfa - name: Create a GitHub release uses: ncipollo/release-action@v1 with: