We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f745b commit fd1f9ecCopy full SHA for fd1f9ec
.github/workflows/main.yml
@@ -75,5 +75,7 @@ jobs:
75
- name: Create Github Release
76
uses: ncipollo/release-action@v1
77
with:
78
+ commit: ${{ github.sha }}
79
+ tag: ${{ env.RELEASE_NAME }}
80
body: ${{ steps.changelog.outputs.changes }}
81
artifacts: ./${{ env.RELEASE_NAME }}
0 commit comments