diff options
author | xander <xander@isxander.dev> | 2022-09-01 20:30:14 +0100 |
---|---|---|
committer | xander <xander@isxander.dev> | 2022-09-01 20:30:14 +0100 |
commit | b5a3f28028c7ccf1ae860e45ec809455510283d6 (patch) | |
tree | 18c6801745661efe27872fc86054f4a0c44de7cf /.github | |
parent | 835916f70d9fc5a228d40d830e406b8abe022a1f (diff) | |
download | YetAnotherConfigLib-b5a3f28028c7ccf1ae860e45ec809455510283d6.tar.gz YetAnotherConfigLib-b5a3f28028c7ccf1ae860e45ec809455510283d6.tar.bz2 YetAnotherConfigLib-b5a3f28028c7ccf1ae860e45ec809455510283d6.zip |
fix ci maybe x2
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/snapshot-publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/snapshot-publish.yml b/.github/workflows/snapshot-publish.yml index 5419f70..042ef5f 100644 --- a/.github/workflows/snapshot-publish.yml +++ b/.github/workflows/snapshot-publish.yml @@ -36,5 +36,5 @@ jobs: - name: Build with Gradle run: ./gradlew publishAllPublicationsToSnapshotsRepository --no-daemon env: - "[xander-repo.username]": ${{ secrets.REPO_USERNAME }} - "[xander-repo.password]": ${{ secrets.REPO_PASSWORD }} + XANDER_MAVEN_USER: ${{ secrets.REPO_USERNAME }} + XANDER_MAVEN_PASS: ${{ secrets.REPO_PASSWORD }} |