Skip to content

Commit bf5da83

Browse files
committed
fix: gradle publication workflow credentials
1 parent 7a0e366 commit bf5da83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: ./gradlew publishMavenJavaPublicationToSimplecloudRepository
4949
env:
5050
COMMIT_HASH: ${{ env.COMMIT_HASH }}
51+
SIMPLECLOUD_USERNAME: ${{ secrets.SIMPLECLOUD_USERNAME }}
52+
SIMPLECLOUD_PASSWORD: ${{ secrets.SIMPLECLOUD_PASSWORD }}
5153

5254
- name: Create Release
5355
id: create_release

0 commit comments

Comments
 (0)