Skip to content

Commit

Permalink
ci: create release
Browse files Browse the repository at this point in the history
Create a GitHub Relase instead of just a tag
  • Loading branch information
Rindula committed Mar 26, 2021
1 parent 3362fb8 commit aeb8716
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,12 @@ jobs:
id: tag_version
uses: mathieudutour/github-tag-action@v5.3
with:
github_token: ${{ github.token }}
github_token: ${{ github.token }}
- name: 📦 Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
body: ${{ steps.tag_version.outputs.changelog }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
tag_name: ${{ steps.tag_version.outputs.new_tag }}

0 comments on commit aeb8716

Please sign in to comment.