Skip to content

Commit 69950dc

Browse files
committed
fix workflow
1 parent 662c9b0 commit 69950dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
name: OriginBlacklist
3434
path: build/libs/OriginBlacklist.jar
3535

36-
- name: Create Draft Release
36+
- name: Create Release
37+
id: create_release
3738
uses: actions/create-release@v1
3839
env:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)