From 7cc8763b7ee0fc1d06598c218c28e4e909391a1f Mon Sep 17 00:00:00 2001 From: James Tufarelli <8152401+Minituff@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:44:46 -0700 Subject: [PATCH] Update bump-version.yml --- .github/workflows/bump-version.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index a93ca787..dec4f129 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -18,7 +18,7 @@ jobs: id: tag_version uses: mathieudutour/github-tag-action@v6.1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_PAT }} fetch_all_tags: false default_bump: patch @@ -29,3 +29,8 @@ jobs: name: ${{ steps.tag_version.outputs.new_tag }} generateReleaseNotes: true makeLatest: true + + # - name: Start build image + # run: | + # # Explicitly run our release workflow for this new tag + # gh workflow run docker-image.yml --ref ${{ steps.tag_version.outputs.new_tag }