Skip to content

Commit

Permalink
add releases to tags (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jun 2, 2021
1 parent db74d52 commit c161f1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: minor
- name: Create a GitHub release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag_version.outputs.new_tag }}
release_name: Release ${{ steps.tag_version.outputs.new_tag }}

0 comments on commit c161f1e

Please sign in to comment.