Skip to content

Commit 0e60bc3

Browse files
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent f689888 commit 0e60bc3

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/release.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/setup-node@v3
25+
- uses: actions/setup-node@v2
2626
with:
27-
node-version: '16'
27+
node-version: '14'
2828
- name: Checkout
2929
uses: actions/checkout@v3
3030
with:
@@ -43,17 +43,15 @@ jobs:
4343
- name: Release
4444
uses: cycjimmy/semantic-release-action@v3
4545
with:
46-
semantic_version: 19
4746
extra_plugins: |
48-
@semantic-release/commit-analyzer@^9
47+
@semantic-release/commit-analyzer
4948
semantic-release-interval
50-
@semantic-release/release-notes-generator@^10
49+
@semantic-release/release-notes-generator
5150
@semantic-release/git
52-
@semantic-release/github@^8
53-
@semantic-release/npm@^9
51+
@semantic-release/github
52+
@semantic-release/npm
5453
@googlemaps/semantic-release-config
5554
semantic-release-npm-deprecate
5655
env:
5756
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
5857
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
59-
RUNNER_DEBUG: 1

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: Test
16-
on: [push, pull_request]
16+
on: [push, pull_request, workflow_call]
1717
jobs:
1818
test:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)