We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6410eea commit 950afa9Copy full SHA for 950afa9
.github/workflows/ci.yml
@@ -37,4 +37,4 @@ jobs:
37
./gradlew setSnapshotVersionSuffix --info
38
git add gradle.properties
39
git commit -m "Setting next snapshot version [skip ci]"
40
- git push https://tschuchortdev:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git --follow-tags
+ git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git --follow-tags
0 commit comments