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 fccbd26 commit e41e8eeCopy full SHA for e41e8ee
1 file changed
.github/workflows/publish.yml
@@ -40,14 +40,6 @@ jobs:
40
echo "Setting version to $FULL_VERSION"
41
sed -i "s/^project_version = .*/project_version = $FULL_VERSION/" gradle.properties
42
echo "FULL_VERSION=$FULL_VERSION" >> $GITHUB_ENV
43
- - name: Commit version change
44
- run: |
45
- git config --global user.name "Gitea Actions"
46
- git config --global user.email "actions@gitea.com"
47
- git checkout -b ${{github.event.release.target_commitish}}
48
- git add .
49
- git commit -m "[ci-skip] Update version to ${{ env.FULL_VERSION }}"
50
- git push --force origin ${{github.event.release.target_commitish}}
51
- name: Build
52
run: ./gradlew publish --no-daemon --stacktrace
53
env:
0 commit comments