mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
chore: update release.yml
This commit is contained in:
parent
608e1a0f59
commit
2f934c63b5
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -48,14 +48,18 @@ jobs:
|
||||
./gradlew assembleGms
|
||||
cp ./app/build/outputs/apk/gms/debug/app-gms-debug.apk $GITHUB_WORKSPACE/ApiDemos-kotlin-gms-debug.apk
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v2
|
||||
uses: cycjimmy/semantic-release-action@v3.4.1
|
||||
with:
|
||||
extra_plugins: |
|
||||
"@semantic-release/commit-analyzer"
|
||||
"@semantic-release/release-notes-generator"
|
||||
"@google/semantic-release-replace-plugin"
|
||||
"@semantic-release/git
|
||||
"@semantic-release/github
|
||||
"@semantic-release/commit-analyzer@8.0.1"
|
||||
"@semantic-release/release-notes-generator@9.0.3"
|
||||
"@google/semantic-release-replace-plugin@1.2.0"
|
||||
"@semantic-release/git@9.0.1"
|
||||
"@semantic-release/github@7.2.3"
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user