We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee6be6 commit 446202bCopy full SHA for 446202b
.github/workflows/release.yml
@@ -41,9 +41,8 @@ jobs:
41
npm run lint
42
npm test
43
- name: Release
44
- uses: cycjimmy/semantic-release-action@v2
+ uses: cycjimmy/semantic-release-action@v3
45
with:
46
- semantic_version: 19
47
extra_plugins: |
48
@semantic-release/commit-analyzer
49
semantic-release-interval
.github/workflows/test.yml
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
name: Test
16
-on: [push, pull_request]
+on: [push, pull_request, workflow_call]
17
jobs:
18
test:
19
runs-on: ubuntu-latest
0 commit comments