diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index f518914e..448ad1fb 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -210,7 +210,7 @@ jobs: merge-multiple: true - name: Draft - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true files: | @@ -246,7 +246,7 @@ jobs: git tag --force nightly && git push --force origin tag nightly - name: Nightly - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: nightly prerelease: true