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 a45482a commit 9428c8fCopy full SHA for 9428c8f
.github/workflows/update_version.yml
@@ -76,7 +76,7 @@ jobs:
76
This PR updates version.txt to the latest release version.
77
78
**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) }}
+ **Release**: ${{ github.event_name == 'release' && github.event.release.html_url || format('https://github.com/{0}/releases/tag/v{1}', github.repository, env.VERSION) }}
80
**Triggered by**: ${{ github.event_name }}
81
labels: automation,version-update
82
delete-branch: true
0 commit comments