We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d99106 commit 46e4751Copy full SHA for 46e4751
1 file changed
.github/workflows/maven.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Bump versions
61
if: github.ref == 'refs/heads/main'
62
run: |
63
+ git config --unset-all http.https://github.com/.extraheader
64
git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/flyway/flyway-community-db-support.git
65
66
LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1) 2>/dev/null || echo "")
0 commit comments