diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 0cb24ccb..deb03a93 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -22,7 +22,7 @@ jobs: echo ::set-output name=TAG::$VERSION - name: Create draft release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: commit: ${{ github.sha }} draft: true