Skip to content

Commit

Permalink
Simplify release names
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte authored Feb 22, 2024
1 parent d701b79 commit c2330bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}-${{ github.sha }}
release_name: Tarball release of ${{ github.sha }}
release_name: Nightly
body: |
${{ steps.changelog.outputs.changelog }}
draft: false
Expand Down

0 comments on commit c2330bc

Please sign in to comment.