Skip to content

Commit

Permalink
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed Oct 30, 2023
1 parent 1d92d36 commit b082318
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '14'
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -43,17 +43,15 @@ jobs:
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 19
extra_plugins: |
@semantic-release/commit-analyzer@^9
@semantic-release/commit-analyzer
semantic-release-interval
@semantic-release/release-notes-generator@^10
@semantic-release/release-notes-generator
@semantic-release/git
@semantic-release/github@^8
@semantic-release/npm@^9
@semantic-release/github
@semantic-release/npm
@googlemaps/semantic-release-config
semantic-release-npm-deprecate
env:
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
RUNNER_DEBUG: 1

0 comments on commit b082318

Please sign in to comment.