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.
2 parents b29542e + 3d4a0ad commit 81cfd34Copy full SHA for 81cfd34
.github/workflows/release.yml
@@ -88,6 +88,6 @@ jobs:
88
uses: softprops/action-gh-release@v2
89
with:
90
token: ${{ secrets.GITHUB_TOKEN }}
91
- name: Version ${{ github.ref }}
+ name: Version ${{ steps.version.outputs.VERSION }}
92
body_path: ./body.md
93
files: ${{ github.event.repository.name }}.${{ steps.version.outputs.VERSION }}.zip
0 commit comments