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 b5a98db commit ebfdde3Copy full SHA for ebfdde3
.github/workflows/release.yaml
@@ -38,7 +38,8 @@ jobs:
38
name: extension-${{ github.sha }}
39
path: workspace/extension/build/svelte-devtools.zip
40
41
- - if: github.ref == 'refs/heads/master' && github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
+ # - if: ${{ github.ref == 'refs/heads/master' && github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}' }}
42
+ - if: false
43
env:
44
GH_TOKEN: ${{ github.token }}
45
run: | # https://cli.github.com/manual/gh_release_create
0 commit comments