Skip to content

Commit 6778c5c

Browse files
committed
tmp commands to debug
1 parent 4403d09 commit 6778c5c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@ jobs:
3838
name: extension-${{ github.sha }}
3939
path: workspace/extension/build/svelte-devtools.zip
4040

41+
# debug
42+
- run: echo ${{ github.event.head_commit.message }}
4143
- if: github.event.head_commit.message == '~ v${{ needs.manifest.outputs.version }}'
44+
env:
45+
GH_TOKEN: ${{ github.token }}
4246
run: | # https://cli.github.com/manual/gh_release_create
43-
gh release create v${{ needs.manifest.outputs.version }} \
47+
gh release create v3.0.0 \
4448
workspace/extension/build/svelte-devtools.zip \
45-
--title ${{ needs.manifest.outputs.version }} \
49+
--title 3.0.0 \
4650
--draft --generate-notes
4751
4852
# publish:

0 commit comments

Comments
 (0)