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 ab8b724 commit e8a4d1aCopy full SHA for e8a4d1a
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
- if: |
42
github.repository == 'sveltejs/svelte-devtools' &&
43
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
44
- startsWith(github.event.head_commit.message, '~ v${{ needs.manifest.outputs.version }}')
+ startsWith(github.event.head_commit.message, format('~ v{0}', needs.manifest.outputs.version))
45
env:
46
GH_TOKEN: ${{ github.token }}
47
run: | # https://cli.github.com/manual/gh_release_create
0 commit comments