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 ca4cc59 + a91295d commit c89b65eCopy full SHA for c89b65e
.github/workflows/release.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: softprops/action-gh-release@v1
26
with:
27
generate_release_notes: true
28
- files: VeeamNotify-${{ GITHUB_REF_NAME }}.zip
29
- name: "Release ${{ GITHUB_REF_NAME }}"
+ files: VeeamNotify-${{ github.ref_name }}.zip
+ name: "Release ${{ github.ref_name }}"
0 commit comments