Skip to content

Commit 6163e4c

Browse files
committed
Make the name not say draft
Super minor change
1 parent 3467efa commit 6163e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type: "zip"
5555
filename: "CrowControl.zip"
5656
exclusions: "/third-party/* /Source/* /lib-stripped/* *.git* *.sln *.md .everestignore *.zip"
57-
- name: Make Draft Release
57+
- name: Make Release
5858
if: startsWith(github.ref, 'refs/tags/')
5959
uses: ncipollo/release-action@v1
6060
with:

0 commit comments

Comments
 (0)