Skip to content

Commit 0ad28f3

Browse files
authored
Update resolve-version.yml
1 parent 305dea5 commit 0ad28f3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/resolve-version.yml

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
SNAPSHOT_VERSION="${main_version}${patch_version}-SNAPSHOT"
5959
echo "SNAPSHOT_VERSION=$SNAPSHOT_VERSION" >> $GITHUB_ENV
6060
sed -Ei "s|^(version=).*\$|\\1$SNAPSHOT_VERSION|" gradle.properties
61-
- name: Commit and push SNAPSHOT
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 }}
66-
commit_message: '[ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
67-
target_branch: master
6861
- name: Create Pull Request for new SNAPSHOT
6962
if: env.DIFF_VERSION == '1' && env.PROJECT_VERSION != env.SNAPSHOT_VERSION
7063
uses: peter-evans/create-pull-request@v4

0 commit comments

Comments
 (0)