diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4666cf..3895c34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: echo "::set-output name=list::${list}" - name: Pre Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.4 if: startsWith(github.ref, 'refs/tags/') && contains(github.ref, 'rc') with: draft: true @@ -72,7 +72,7 @@ jobs: files: ${{ steps.upload-files.outputs.list }} - name: Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.4 if: startsWith(github.ref, 'refs/tags/') && (!contains(github.ref, 'rc')) with: draft: false