forked from putraxor/khttp-1
-
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.
ci(deps): update danysk/build-check-deploy-gradle-action action to v2…
….4.8
- Loading branch information
1 parent
0c11bc8
commit b4bda37
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Get branch name | ||
id: branch | ||
uses: tj-actions/branch-names@v8 | ||
- uses: DanySK/[email protected].7 | ||
- uses: DanySK/[email protected].8 | ||
with: | ||
deploy-command: | | ||
./gradlew signKotlinOSSRHPublication --parallel | ||
|
@@ -53,7 +53,7 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- uses: DanySK/[email protected].7 | ||
- uses: DanySK/[email protected].8 | ||
with: | ||
java-version: 17 | ||
build-command: true | ||
|