Skip to content

Commit aa7a09d

Browse files
ci: release
1 parent 9d65855 commit aa7a09d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
13+
ref: ${{ github.head_ref }}
14+
- name: Install gpg secret key
15+
run: |
16+
echo "${{ secrets.MAVEN_GPG_SECRET_KEY }}" | gpg --batch --import
17+
gpg --list-secret-keys --keyid-format LONG
1118
- name: Set up Maven Central Repository
1219
uses: actions/setup-java@v4
1320
with:

0 commit comments

Comments
 (0)