File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 ./gradlew snapshotVersion -Pversion="${NEXT_VERSION}"
5555 - name : Push next version snapshot
5656 run : |
57- git config --global user.name 'Github Action'
58- git config --global user.email 'github-action@users.noreply.github.com'
57+ git config user.name "$GIT_USER_NAME"
58+ git config user.email "$GIT_USER_EMAIL"
5959 git commit -am "Bumped snapshot version"
6060 git push
6161 - name : Export Gradle Properties
7070 BRANCH : gh-pages
7171 FOLDER : build/docs
7272 DOC_FOLDER : latest
73- COMMIT_EMAIL : soeren@glasius.dk
74- COMMIT_NAME : Søren Berg Glasius
73+ COMMIT_EMAIL : ${{ secrets.GIT_USER_EMAIL }}
74+ COMMIT_NAME : ${{ secrets.GIT_USER_NAME }}
7575 VERSION : ${{ steps.get_version.outputs.version-without-v }}
7676 - name : Run post-release
7777 if : success()
You can’t perform that action at this time.
0 commit comments