diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index d2d3f83e..0cb24ccb 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.12.0 + uses: ncipollo/release-action@v1.13.0 with: commit: ${{ github.sha }} draft: true