Skip to content

Commit 4197d3f

Browse files
[CS-36689] GPG signing test
1 parent c1b2308 commit 4197d3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
server-username: ${{ secrets.OSSRH_USERNAME }}
2020
server-password: ${{ secrets.OSSRH_PASSWORD }}
2121

22+
- name: Publish to GitHub Packages
23+
run: mvn --batch-mode deploy
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
2227
- name: Configure settings.xml
2328
run: |
2429
mkdir -p $HOME/.m2
@@ -33,9 +38,4 @@ jobs:
3338
uses: actions/setup-java@v3
3439
with:
3540
java-version: '11'
36-
distribution: 'adopt'
37-
38-
- name: Publish to GitHub Packages
39-
run: mvn --batch-mode deploy
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
distribution: 'adopt'

0 commit comments

Comments
 (0)