Commit c940205

Anton Medvedev <anton@medv.io>
2023-10-11 14:58:22
Update release.yml
1 parent 4280e81
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