Skip to content

Commit

Permalink
fix: change from releaseDraft false to true, add releasePublish
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Mar 18, 2024
1 parent ef18e25 commit 53481a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ jobs:
tagName: cap-v__VERSION__
releaseName: "Cap v__VERSION__"
releaseBody: "The latest version of Cap."
releaseDraft: true
releaseDraft: false
releasePublish: true
prerelease: false

1 comment on commit 53481a3

@vercel
Copy link

@vercel vercel bot commented on 53481a3 Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.