Skip to content

Commit

Permalink
updated release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkotsollaris committed Dec 25, 2020
1 parent 76cedac commit 6630150
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +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: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: 0.2.9
release_name: 0.2.9
body: |
Changes in this Release
- First Change
- Second Change
Added ability to whitelist domains
draft: false
prerelease: false

0 comments on commit 6630150

Please sign in to comment.