Skip to content

Commit e8a4d1a

Browse files
committed
try with format
1 parent ab8b724 commit e8a4d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- if: |
4242
github.repository == 'sveltejs/svelte-devtools' &&
4343
github.event_name == 'push' && github.ref == 'refs/heads/master' &&
44-
startsWith(github.event.head_commit.message, '~ v${{ needs.manifest.outputs.version }}')
44+
startsWith(github.event.head_commit.message, format('~ v{0}', needs.manifest.outputs.version))
4545
env:
4646
GH_TOKEN: ${{ github.token }}
4747
run: | # https://cli.github.com/manual/gh_release_create

0 commit comments

Comments
 (0)