Skip to content

Commit b273205

Browse files
committed
fix: build
1 parent b99b71b commit b273205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- name: Push Build to Releases
5454
uses: ncipollo/release-action@v1
5555
with:
56+
commit: ${{ github.sha }}
5657
artifacts: "dist/sample-app/*"
5758
token: ${{ secrets.TOKEN_GITHUB_ACTION }}
5859

0 commit comments

Comments
 (0)