Skip to content

Commit

Permalink
fix: release build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 6, 2023
1 parent 0d1ba42 commit ec840c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
# https://cli.github.com/manual/gh_release_create
run: |
GH_DEBUG=1 gh release create "$RELEASE_NAME" \
--prerelease \
--title "$RELEASE_NAME" \
--latest \
--notes "${{ github.event.head_commit.message }}" \
--target "${{ github.sha }}" \
Expand Down

0 comments on commit ec840c1

Please sign in to comment.