diff --git a/.github/workflows/publish_new_release.yml b/.github/workflows/publish_new_release.yml index ec29c76..6eca8a3 100644 --- a/.github/workflows/publish_new_release.yml +++ b/.github/workflows/publish_new_release.yml @@ -39,7 +39,7 @@ jobs: echo "::set-output name=changelog::$CHANGELOG" - name: Create Release - uses: thomaseizinger/create-release@1.0.0 + uses: thomaseizinger/create-release@2.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: