diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25cae10..9e03cbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: echo ::set-output name=COMMIT_SUMMARY::$COMMIT_SUMMARY - name: Create Release id: create_release - uses: actions/create-release@v1.0.0 + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: