mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
action sets github user
This commit is contained in:
parent
13debf174a
commit
72c23b20d6
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -33,6 +33,10 @@ jobs:
|
|||||||
NEXT_SNAPSHOT="${BASE_VERSION}.${NEXT_MINOR_VERSION}-SNAPSHOT"
|
NEXT_SNAPSHOT="${BASE_VERSION}.${NEXT_MINOR_VERSION}-SNAPSHOT"
|
||||||
echo "::set-env name=NEXT_SNAPSHOT::${NEXT_SNAPSHOT}"
|
echo "::set-env name=NEXT_SNAPSHOT::${NEXT_SNAPSHOT}"
|
||||||
echo "::set-env name=RELEASE_VERSION::${RELEASE_VERSION}"
|
echo "::set-env name=RELEASE_VERSION::${RELEASE_VERSION}"
|
||||||
|
- name: set git username
|
||||||
|
run: git config --global user.email "${{ secrets.NBDROID_EMAIL }}"
|
||||||
|
- name: set git email
|
||||||
|
run: git config --global user.name "${{ secrets.NBDROID_NAME }}"
|
||||||
- name: prepare_release
|
- name: prepare_release
|
||||||
run: mvn --global-settings deploy.xml --batch-mode clean release:prepare -DdevelopmentVersion=${NEXT_SNAPSHOT} -DreleaseVersion=${RELEASE_VERSION}
|
run: mvn --global-settings deploy.xml --batch-mode clean release:prepare -DdevelopmentVersion=${NEXT_SNAPSHOT} -DreleaseVersion=${RELEASE_VERSION}
|
||||||
- name: perform_release
|
- name: perform_release
|
||||||
|
Loading…
Reference in New Issue
Block a user