Skip to content

Commit

Permalink
don't get fancy about push
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 8, 2024
1 parent cf5bb52 commit 44668b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git config --local user.name "Max Hedgehog"
git add version.go CHANGELOG.md
git commit -m "Bump version to ${{ steps.bump-version.outputs.new_version }}"
git push https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git HEAD:${{ github.event.pull_request.base.ref }}
git push https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git HEAD:master
- name: Create tag
run: |
Expand Down

0 comments on commit 44668b0

Please sign in to comment.