Skip to content

Commit 5948213

Browse files
committed
Add Release manage
1 parent 3efcb77 commit 5948213

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches: [ "master" ]
88
permissions:
99
contents: read
10+
env:
11+
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
1012
jobs:
1113
test:
1214
runs-on: ubuntu-24.04
@@ -22,5 +24,3 @@ jobs:
2224
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
2325
- name: Test with Maven
2426
run: ./mvnw clean verify --file pom.xml
25-
env:
26-
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>org.coderic.hub</groupId>
1111
<artifactId>core</artifactId>
12-
<version>0.0.3</version>
12+
<version>0.0.1-SNAPSHOT</version>
1313
<packaging>war</packaging>
1414
<name>Coderic Hub</name>
1515
<description>Coderic Hub Core</description>

0 commit comments

Comments
 (0)