Skip to content

Commit bb73ac8

Browse files
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent d0b4f42 commit bb73ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
npm run lint
4242
npm test
4343
- name: Release
44-
uses: cycjimmy/semantic-release-action@v2
44+
uses: cycjimmy/semantic-release-action@v3
4545
with:
4646
extra_plugins: |
4747
@semantic-release/commit-analyzer

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)