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 4403d09 commit 6778c5cCopy full SHA for 6778c5c
.github/workflows/release.yaml
@@ -38,11 +38,15 @@ jobs:
38
name: extension-${{ github.sha }}
39
path: workspace/extension/build/svelte-devtools.zip
40
41
+ # debug
42
+ - run: echo ${{ github.event.head_commit.message }}
43
- if: github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
44
+ env:
45
+ GH_TOKEN: ${{ github.token }}
46
run: | # https://cli.github.com/manual/gh_release_create
- gh release create v${{ needs.manifest.outputs.version }} \
47
+ gh release create v3.0.0 \
48
workspace/extension/build/svelte-devtools.zip \
- --title ${{ needs.manifest.outputs.version }} \
49
+ --title 3.0.0 \
50
--draft --generate-notes
51
52
# publish:
0 commit comments