From e40c7e4332173e9b337ab252b34194777d824cd7 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 02:31:51 -0800 Subject: [PATCH] Can I cheat the ID? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a5f210d..93c0f493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: echo "::set-output name=body::$body" # create a prerelease - name: Create a PreRelease - id: create_prerelease + id: create_release uses: actions/create-release@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}