Skip to content

Commit

Permalink
Tweak release name
Browse files Browse the repository at this point in the history
  • Loading branch information
dagit committed Nov 4, 2022
1 parent 17ff12a commit 37fb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag_date.outputs.TAG_NAME }}
release_name: Development Release ${{ steps.tag_date.outputs.TAG_NAME }}
release_name: Annelid Release ${{ steps.tag_date.outputs.TAG_NAME }}
draft: ${{ github.ref != 'refs/heads/master' }}
prerelease: true
- uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 37fb9e0

Please sign in to comment.