File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,20 @@ jobs:
39
39
path : workspace/extension/build/svelte-devtools.zip
40
40
41
41
- if : |
42
- github.repository == 'sveltejs/svelte-devtools'
43
- # github.event_name == 'push' && github.ref == 'refs/heads/master' &&
44
- # github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
42
+ github.repository == 'sveltejs/svelte-devtools' &&
43
+ github.event_name == 'push' && github.ref == 'refs/heads/master' &&
44
+ github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
45
45
env:
46
46
GH_TOKEN: ${{ github.token }}
47
47
run: | # https://cli.github.com/manual/gh_release_create
48
- gh release create v3.0.0 \
48
+ gh release create v${{ needs.manifest.outputs.version }} \
49
49
workspace/extension/build/svelte-devtools.zip \
50
- --title 3.0.0 \
50
+ --title ${{ needs.manifest.outputs.version }} \
51
51
--draft --generate-notes --notes '
52
- **Full Changelog**: https://github.com/sveltejs/svelte-devtools/compare/$(gh release list --exclude-drafts --json tagName --jq .[0].tagName)...v${{ needs.manifest.outputs.version }}
53
-
54
52
Built from ${{ github.event.head_commit.id }} at https://github.com/sveltejs/svelte-devtools/actions/runs/${{ github.run_id }}
55
53
- Chrome Web Store: https://chrome.google.com/webstore/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
56
54
- Firefox Signed Add-on: https://github.com/sveltejs/svelte-devtools/releases/download/v${{ needs.manifest.outputs.version }}/svelte-devtools.xpi
57
-
58
- ---
59
- '
55
+ ---'
60
56
61
57
# publish:
62
58
# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments