Skip to content

Commit

Permalink
tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkotsollaris committed Jan 12, 2021
1 parent c034edf commit 49d1cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: 0.3.0
release_name: 0.3.0
tag_name: 0.3.1
release_name: 0.3.1
body: |
Updated UI components to match with the latest design
Addressed P0 issues for MVP release
draft: false
prerelease: false

0 comments on commit 49d1cec

Please sign in to comment.