From 9694a27b71dec2c5a8f9bbfa37fdfe88e06899a4 Mon Sep 17 00:00:00 2001 From: Vladimir Petko Date: Wed, 2 Oct 2024 08:21:54 +1300 Subject: [PATCH] chore: drop next release task --- .github/workflows/release.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 110cade..8719003 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,22 +33,6 @@ jobs: PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }} PUBLISH_SECRET: ${{ secrets.PUBLISH_SECRET }} - - name: Commit next development version - if: steps.deploy.outputs.exit_code == 0 - run: | - git config user.email "" - git config user.name "Gluon Bot" - TAG=${GITHUB_REF/refs\/tags\//} - # Update project version - newVersion=${TAG%.*}.$((${TAG##*.} + 1)) - echo "Update project version to next snapshot version" - sed -i "0,/^version = '$TAG'/s//version = '$newVersion-SNAPSHOT'/" build.gradle - git commit build.gradle -m "Prepare development of $newVersion" - git push ${REPO} HEAD:main - env: - PAT: ${{ secrets.GITHUB_TOKEN }} - REPO: https://github.com/vpa1977/rockcraft-gradle-plugin - - name: Create GitHub release uses: softprops/action-gh-release@v2 with: