Skip to content

Commit

Permalink
Update bump-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff authored Oct 21, 2023
1 parent 2018906 commit 7cc8763
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }

0 comments on commit 7cc8763

Please sign in to comment.