Skip to content

Commit b5a98db

Browse files
committed
try and inline
1 parent f8a4a7f commit b5a98db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ jobs:
3838
name: extension-${{ github.sha }}
3939
path: workspace/extension/build/svelte-devtools.zip
4040

41-
- if: |
42-
github.repository == 'sveltejs/svelte-devtools' &&
43-
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
44-
github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
41+
- if: github.ref == 'refs/heads/master' && github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
4542
env:
4643
GH_TOKEN: ${{ github.token }}
4744
run: | # https://cli.github.com/manual/gh_release_create

0 commit comments

Comments
 (0)