Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1 (… #500

build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1 (…

build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1 (… #500

Workflow file for this run

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Release
on:
push:
branches: [ master ]
concurrency: release
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm ci
- run: npm run test:all
env:
GOOGLE_MAPS_API_KEY: ${{ secrets.SYNCED_GOOGLE_MAPS_API_KEY_SERVICES }}
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer
semantic-release-interval
@semantic-release/release-notes-generator
@semantic-release/git
@semantic-release/github
@semantic-release/npm
@googlemaps/semantic-release-config
env:
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
GIT_AUTHOR_NAME: googlemaps-bot
GIT_AUTHOR_EMAIL: googlemaps-bot@users.noreply.github.com
GIT_COMMITTER_NAME: googlemaps-bot
GIT_COMMITTER_EMAIL: googlemaps-bot@users.noreply.github.com