-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Synced local '.github/' with remote 'sync-files/android/.github/'
- Loading branch information
1 parent
e6c2334
commit 75674d8
Showing
2 changed files
with
6 additions
and
14 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 |
---|---|---|
|
@@ -23,15 +23,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} | ||
- uses: gradle/actions/wrapper-validation@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
- uses: gradle/[email protected] | ||
- name: Create .gpg key | ||
run: | | ||
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc | ||
|
@@ -51,15 +46,12 @@ jobs: | |
SONATYPE_PASSWORD: ${{ secrets.SYNCED_SONATYPE_PASSWORD }} | ||
SONATYPE_USERNAME: ${{ secrets.SYNCED_SONATYPE_USERNAME }} | ||
|
||
- uses: actions/setup-node@v4 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' | ||
|
||
- name: Install conventionalcommits | ||
run: npm i -D conventional-changelog-conventionalcommits | ||
|
||
- name: Semantic Release | ||
uses: cycjimmy/semantic-release-action@v4.1.0 | ||
uses: cycjimmy/semantic-release-action@v3.4.1 | ||
with: | ||
extra_plugins: | | ||
"@semantic-release/[email protected]" | ||
|
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 |
---|---|---|
|
@@ -32,10 +32,10 @@ jobs: | |
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Gradle Wrapper Validation | ||
uses: gradle/actions/wrapper-validation@v3 | ||
uses: gradle/wrapper-validation[email protected] | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
|