Skip to content

Commit

Permalink
gh release update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 21, 2022
1 parent 1059ffa commit 3f310bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
bodyFile: "release_notes.md"
draft: false
token: ${{ secrets.GITHUB_TOKEN }}
bodyFile: "release_notes.md"
draft: true
tag: ${{ github.ref }}
prerelease: false
name: Release ${{ github.ref }}

0 comments on commit 3f310bc

Please sign in to comment.