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: