aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorxander <xander@isxander.dev>2022-09-01 20:27:44 +0100
committerxander <xander@isxander.dev>2022-09-01 20:27:44 +0100
commit835916f70d9fc5a228d40d830e406b8abe022a1f (patch)
treee85c23cf43ea201ad214cef6e176a8a7023809be /.github
parentf46fc1e9d85d555cd557eefa10e1211f9ad1ceb1 (diff)
downloadYetAnotherConfigLib-835916f70d9fc5a228d40d830e406b8abe022a1f.tar.gz
YetAnotherConfigLib-835916f70d9fc5a228d40d830e406b8abe022a1f.tar.bz2
YetAnotherConfigLib-835916f70d9fc5a228d40d830e406b8abe022a1f.zip
fix ci maybe
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/snapshot-publish.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/snapshot-publish.yml b/.github/workflows/snapshot-publish.yml
index 612cb40..5419f70 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-repo.username]": ${{ secrets.REPO_USERNAME }}
+ "[xander-repo.password]": ${{ secrets.REPO_PASSWORD }}