Skip to content

Commit 9428c8f

Browse files
committed
fix: correct release URL format in PR commit message
1 parent a45482a commit 9428c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
This PR updates version.txt to the latest release version.
7777
7878
**Version**: ${{ env.VERSION }}
79-
**Release**: ${{ github.event_name == 'release' && github.event.release.html_url || format('https://github.com/{0}/releases/tag/{1}', github.repository, env.VERSION) }}
79+
**Release**: ${{ github.event_name == 'release' && github.event.release.html_url || format('https://github.com/{0}/releases/tag/v{1}', github.repository, env.VERSION) }}
8080
**Triggered by**: ${{ github.event_name }}
8181
labels: automation,version-update
8282
delete-branch: true

0 commit comments

Comments
 (0)