Skip to content

Commit 91b5b6a

Browse files
committed
check for ref first
1 parent ebfdde3 commit 91b5b6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ 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 }}' }}
42-
- if: false
41+
- if: github.ref == 'refs/heads/master'
4342
env:
4443
GH_TOKEN: ${{ github.token }}
4544
run: | # https://cli.github.com/manual/gh_release_create

0 commit comments

Comments
 (0)