Commit c940205
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -3,8 +3,8 @@ name: Release
on:
workflow_dispatch:
workflow_run:
- workflows: [ 'test' ]
- branches: [ 'master' ]
+ workflows: ['test']
+ branches: ['master']
types:
- completed
@@ -30,7 +30,7 @@ jobs:
- name: Bump version
run: |
npm version patch
- git push
+ git push
- name: Install dependencies
run: npm ci