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 b01a7a8 commit 02ae144Copy full SHA for 02ae144
.github/workflows/resolve-version.yml
@@ -62,6 +62,6 @@ jobs:
62
if: env.DIFF_VERSION == '1' && env.PROJECT_VERSION != env.SNAPSHOT_VERSION
63
uses: devops-infra/action-commit-push@v0.9.2
64
with:
65
- github_token: ${{ secrets.GH_TOKEN || github.token }}
+ github_token: ${{ secrets.GH_TOKEN }}
66
commit_message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
67
target_branch: master
0 commit comments