Skip to content

Commit

Permalink
Update commit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Oct 16, 2024
1 parent b80bc41 commit 6972905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ env.VERSION }}
commit: "$GITHUB_SHA"
commit: ${{ github.sha }}
prerelease: ${{ env.PRERELEASE }}
artifacts: "predeployed/dist/*,\
predeployed/data/*,\
Expand Down

0 comments on commit 6972905

Please sign in to comment.