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 9f98e23 commit b8aa53cCopy full SHA for b8aa53c
.github/workflows/build.yml
@@ -44,6 +44,6 @@ jobs:
44
repo_token: "${{ secrets.GITHUB_TOKEN }}"
45
automatic_release_tag: "latest"
46
prerelease: false
47
- title: {{ github.ref_name }}
+ title: ${{ github.ref_name }}
48
files: 'gh-echo*'
49
0 commit comments