Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSmo committed Jun 3, 2024
1 parent 5a50790 commit 82b7ceb
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 @@ -171,7 +171,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ steps.release_info.outputs.RELEASE_NAME }}
release_name: nightly
body: ${{ steps.release_info.outputs.RELEASE_BODY }}
draft: false
prerelease: ${{ steps.tag_name.outputs.SOURCE_TAG == 'nightly' }}
Expand Down

0 comments on commit 82b7ceb

Please sign in to comment.