diff --git a/.github/workflows/tag-and-release-prod.yml b/.github/workflows/tag-and-release-prod.yml index 885d170..691a2da 100644 --- a/.github/workflows/tag-and-release-prod.yml +++ b/.github/workflows/tag-and-release-prod.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.gh_token }} tag_prefix: Prod- diff --git a/.github/workflows/workflow-bump-version.yml b/.github/workflows/workflow-bump-version.yml index ecced75..e55d6b2 100644 --- a/.github/workflows/workflow-bump-version.yml +++ b/.github/workflows/workflow-bump-version.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - name: Bump version and push tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create a GitHub release