This commit is contained in:
Edward R. Gonzalez 2023-03-30 22:52:58 -04:00
parent d344043c44
commit ea09b27b3b

View File

@ -102,7 +102,7 @@ jobs:
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
tag: Release tag: Release
artifacts: ./artifact/refactor-${{env:SHORT_SHA}}.zip artifacts: ./artifact/refactor-${{ env.SHORT_SHA }}.zip
omitBody: true omitBody: true
# bodyFile: "body.md" # bodyFile: "body.md"
allowUpdates: true allowUpdates: true