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 ebfdde3 commit 91b5b6aCopy full SHA for 91b5b6a
.github/workflows/release.yaml
@@ -38,8 +38,7 @@ 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 }}' }}
42
- - if: false
+ - if: github.ref == 'refs/heads/master'
43
env:
44
GH_TOKEN: ${{ github.token }}
45
run: | # https://cli.github.com/manual/gh_release_create
0 commit comments