Skip to content

Commit ebfdde3

Browse files
committed
does this even work
1 parent b5a98db commit ebfdde3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

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

41-
- if: github.ref == 'refs/heads/master' && 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 }}' }}
42+
- if: false
4243
env:
4344
GH_TOKEN: ${{ github.token }}
4445
run: | # https://cli.github.com/manual/gh_release_create

0 commit comments

Comments
 (0)