Skip to content

Commit

Permalink
fix deployment script - create release instead of draft (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <srikanth.ddit@gmail.com>
  • Loading branch information
sriv authored Aug 25, 2020
1 parent 8ff8d5b commit 7b2e1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
echo "$release_description" >> desc.txt
echo "Creating new draft for release v$version"
hub release create -d -F ./desc.txt "v$version"
echo "Creating new release for v$version"
hub release create -F ./desc.txt "v$version"
rm -rf desc.txt
Expand Down

0 comments on commit 7b2e1d8

Please sign in to comment.