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 May 13, 2024
1 parent 4a236ab commit 7734f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
npm run lint
npm test
- name: Release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/commit-analyzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: Test
on: [push, pull_request]
on: [push, pull_request, workflow_call]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7734f6c

Please sign in to comment.