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

Update workflows

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