diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a4204c..3d84d69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,8 @@ jobs: name: OriginBlacklist path: build/libs/OriginBlacklist.jar - - name: Create Draft Release + - name: Create Release + id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}