Skip to content

Commit

Permalink
Attempting to fix build action after deploy was added (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Jan 14, 2024
1 parent d6bdf04 commit e02ef18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
git config --global credential.helper '!f() { sleep 1; echo "username=git token=${{ secrets.PAT }}"; }; f'
git config --global --add url."https://${{ secrets.PAT }}:x-oauth-basic@github".insteadOf ssh://git@github
git config --global --add url."https://${{ secrets.PAT }}:x-oauth-basic@github".insteadOf https://github
git config --global --add url."https://${{ secrets.PAT }}:x-oauth-basic@github".insteadOf git@github
git push --force --follow-tags
# git push origin $(git rev-parse --abbrev-ref HEAD)
# . ./version.sh
Expand Down

0 comments on commit e02ef18

Please sign in to comment.