diff --git a/.github/workflows/draft.yaml b/.github/workflows/draft.yaml index 02111e3..01ccd0e 100644 --- a/.github/workflows/draft.yaml +++ b/.github/workflows/draft.yaml @@ -63,7 +63,7 @@ jobs: - name: Create release id: create_release if: ${{ steps.existing_release.outputs.is_new == 'true' }} - uses: ncipollo/release-action@v1 + uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: