Skip to content

Commit 0e6ca18

Browse files
See content of settings.xml
1 parent 69b969a commit 0e6ca18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Codecov metrics
2828
uses: codecov/codecov-action@v2
2929

30-
early-access:
31-
name: Early access
30+
snapshots:
31+
name: Snaphots
3232
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'project-openubl' }}
3333
runs-on: ubuntu-latest
3434
steps:
@@ -37,6 +37,8 @@ jobs:
3737
with:
3838
distribution: "temurin"
3939
java-version: 11
40+
- run: ls
41+
- run: cat settings.xml
4042
- name: OSSRH Snapshot
4143
run: mvn deploy -Possrh
4244
env:

0 commit comments

Comments
 (0)