Skip to content

Commit

Permalink
chore: Synced local '.github/' with remote 'sync-files/android/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Feb 19, 2024
1 parent f857fc4 commit 4af9bb9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: gradle/wrapper-validation-action@v1.0.4
- name: Set up JDK 17
uses: actions/setup-java@v2.3.1
with:
java-version: '17'
distribution: 'adopt'
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
Expand All @@ -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/semantic-release-action@v3.4.1
Expand Down

0 comments on commit 4af9bb9

Please sign in to comment.