-
Notifications
You must be signed in to change notification settings - Fork 145
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
6b6e0e1
commit 83d4952
Showing
1 changed file
with
0 additions
and
8 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,11 +27,6 @@ jobs: | |
with: | ||
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} | ||
- uses: gradle/[email protected] | ||
- name: Set up JDK 17 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
- name: Create .gpg key | ||
run: | | ||
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc | ||
|
@@ -54,9 +49,6 @@ jobs: | |
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' | ||
|
||
- name: Install conventionalcommits | ||
run: npm i -D conventional-changelog-conventionalcommits | ||
|
||
- name: Semantic Release | ||
uses: cycjimmy/[email protected] | ||
|