Skip to content

Commit

Permalink
Name releases by their date of submission
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMatthes committed Sep 15, 2020
1 parent ff377df commit c46f11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.environment.outputs.sha_short }}
release_name: Release ${{ steps.environment.outputs.sha_short }}
tag_name: release-${{ steps.environment.outputs.date }}
release_name: Release from ${{ steps.environment.outputs.date }}
body: This release was created on ${{ steps.environment.outputs.date }}.
draft: false
prerelease: false
Expand Down

0 comments on commit c46f11e

Please sign in to comment.