Skip to content

Commit

Permalink
Merge pull request #12 from lesteenman/release-flow
Browse files Browse the repository at this point in the history
Add a tag_name to the create-release step
  • Loading branch information
lesteenman authored Mar 6, 2021
2 parents fc945ef + bb8b05d commit 4b52d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Create Release
uses: actions/create-release@v1
with:
commitish: ${{ github.sha }}
tag_name: ${{ steps.release_name.outputs.date }} ${GITHUB_SHA::7}
release_name: ${{ steps.release_name.outputs.date }} ${GITHUB_SHA::7}
body: ${{steps.changes.outputs.changelog}}
env:
Expand Down

0 comments on commit 4b52d65

Please sign in to comment.