Skip to content

Commit f6f21db

Browse files
committed
Rename action yaml file
1 parent c0cc206 commit f6f21db

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish_snapshots.yml renamed to .github/workflows/publish-snapshots.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ on:
99
jobs:
1010
# Build and test the code
1111
build:
12-
# The type of runner that the job will run on
1312
runs-on: ubuntu-latest
1413

15-
# Steps represent a sequence of tasks that will be executed as part of the job
1614
steps:
17-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1815
- uses: actions/checkout@v3
1916

2017
- uses: actions/setup-java@v3
@@ -37,6 +34,6 @@ jobs:
3734
3835
- name: Publish
3936
env:
40-
OSSRH_USER: ${{ secrets.OSSRH_USER }}
41-
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
37+
OSSRH_USER: ${{ secrets.OSSRH_USER_TOKEN_ID }}
38+
OSSRH_PASSWORD: ${{ secrets.OSSRH_USER_TOKEN_SECRET }}
4239
run: ./gradlew -Psigning.gnupg.keyName=${{ secrets.OSSRH_GPG_SECRET_KEY_NAME }} -Psigning.gnupg.executable=gpg -Psigning.gnupg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} publish

0 commit comments

Comments
 (0)