We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efcb77 commit 5948213Copy full SHA for 5948213
.github/workflows/test.yml
@@ -7,6 +7,8 @@ on:
7
branches: [ "master" ]
8
permissions:
9
contents: read
10
+env:
11
+ GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
12
jobs:
13
test:
14
runs-on: ubuntu-24.04
@@ -22,5 +24,3 @@ jobs:
22
24
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
23
25
- name: Test with Maven
26
run: ./mvnw clean verify --file pom.xml
- env:
- GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.coderic.hub</groupId>
<artifactId>core</artifactId>
- <version>0.0.3</version>
+ <version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>Coderic Hub</name>
15
<description>Coderic Hub Core</description>
0 commit comments