We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99b71b commit b273205Copy full SHA for b273205
.github/workflows/main.yml
@@ -53,6 +53,7 @@ jobs:
53
- name: Push Build to Releases
54
uses: ncipollo/release-action@v1
55
with:
56
+ commit: ${{ github.sha }}
57
artifacts: "dist/sample-app/*"
58
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
59
0 commit comments