Skip to content

Commit 947e8b4

Browse files
authored
Merge pull request #34 from simplecloudapp/develop
Develop
2 parents 3fe756f + f8c50b7 commit 947e8b4

File tree

70 files changed

+3827
-398
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3827
-398
lines changed

.github/workflows/release-dev.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ jobs:
4444
id: commit_hash
4545
run: echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4646

47+
- name: Publish to SimpleCloud Repository
48+
run: ./gradlew publishMavenJavaPublicationToSimplecloudRepository
49+
env:
50+
COMMIT_HASH: ${{ env.COMMIT_HASH }}
51+
SIMPLECLOUD_USERNAME: ${{ secrets.SIMPLECLOUD_USERNAME }}
52+
SIMPLECLOUD_PASSWORD: ${{ secrets.SIMPLECLOUD_PASSWORD }}
53+
4754
- name: Create Release
4855
id: create_release
4956
uses: actions/create-release@v1

0 commit comments

Comments
 (0)