We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df01aca commit d598666Copy full SHA for d598666
2 files changed
.github/workflows/release.yml
@@ -22,6 +22,10 @@ jobs:
22
server-username: MAVEN_USERNAME
23
gpg-passphrase: MAVEN_GPG_PASSPHRASE
24
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
25
+ - name: Set up Maven
26
+ uses: stCarolas/setup-maven@v5
27
+ with:
28
+ maven-version: '3.6.3'
29
- name: Publish to Maven
30
run: |
31
gpg --list-secret-keys --keyid-format LONG
pom.xml
@@ -127,13 +127,6 @@
127
</goals>
128
</execution>
129
</executions>
130
- <configuration>
131
- <!-- Prevent gpg from using pinentry programs -->
132
- <gpgArguments>
133
- <arg>--pinentry-mode</arg>
134
- <arg>loopback</arg>
135
- </gpgArguments>
136
- </configuration>
137
</plugin>
138
<!--部署插件-->
139
<!-- <plugin>
0 commit comments