forked from Kotlin/kotlinx.serialization
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21de72e
commit e90d07f
Showing
5 changed files
with
525 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Publish to GitHub | ||
name: Execute all Tests | ||
on: workflow_dispatch | ||
permissions: | ||
contents: read | ||
|
@@ -16,20 +16,7 @@ jobs: | |
with: | ||
distribution: 'temurin' | ||
java-version: '11' | ||
- name: Package | ||
- name: allTests | ||
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 | ||
with: | ||
arguments: -Pnative.deploy=true publishAllPublicationsToLocalRepository | ||
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in | ||
# the publishing section of your build.gradle | ||
- name: Push Maven Artefacts | ||
uses: supsm/copy_file_to_another_repo@master | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'repo' | ||
destination_repo: 'a-sit-plus/kotlinx.serialization' | ||
destination_branch: 'mvn' | ||
user_email: '[email protected]' | ||
user_name: 'JesusMcCloud' | ||
commit_message: 'Maven Release' | ||
arguments: -Pnative.deploy=true allTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.