提交 9c2435a3 编写于 作者: B Bogdan Kobylynskyi

Update workflows

上级 4c6b412b
...@@ -189,7 +189,7 @@ jobs: ...@@ -189,7 +189,7 @@ jobs:
working-directory: plugins/maven/graphql-java-codegen-maven-plugin working-directory: plugins/maven/graphql-java-codegen-maven-plugin
run: | run: |
mvn \ mvn \
--settings .maven.xml --settings .maven.xml \
--no-transfer-progress \ --no-transfer-progress \
--batch-mode \ --batch-mode \
-Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \ -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} \
...@@ -212,4 +212,6 @@ jobs: ...@@ -212,4 +212,6 @@ jobs:
# #
- name: Push release version - name: Push release version
run: git push --tags run: |
\ No newline at end of file git push
git push --tags
\ No newline at end of file
...@@ -33,4 +33,5 @@ jobs: ...@@ -33,4 +33,5 @@ jobs:
git config --global user.name 'Bogdan Kobylynskyi' git config --global user.name 'Bogdan Kobylynskyi'
git config --global user.email 'kobylynskyi@users.noreply.github.com' git config --global user.email 'kobylynskyi@users.noreply.github.com'
git commit -am "Bump version to ${{ github.event.inputs.new_version }}" git commit -am "Bump version to ${{ github.event.inputs.new_version }}"
git push
git push --tags git push --tags
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns="http://maven.apache.org/SETTINGS/1.0.0" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
xsi:schemalocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd"> http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers> <servers>
<!-- Maven Central deployment --> <!-- Maven Central deployment -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册