Skip to content

Commit

Permalink
Update release body
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsondev committed Nov 25, 2020
1 parent 7867123 commit 98cdb53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.vars.outputs.sha_short }}
release_name: Release ${{ steps.vars.outputs.sha_short }}
body: New release ${{ steps.vars.outputs.sha_short }}
draft: false
prerelease: false

Expand Down

0 comments on commit 98cdb53

Please sign in to comment.