Skip to content

Commit 446202b

Browse files
chore: Synced local '.github/' with remote 'sync-files/js/.github/'
1 parent 8ee6be6 commit 446202b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ 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:
46-
semantic_version: 19
4746
extra_plugins: |
4847
@semantic-release/commit-analyzer
4948
semantic-release-interval

.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)