diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 83ca5ff..6447479 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -37,7 +37,7 @@ jobs: - name: Create Release & Upload Release Asset id: create-release-and-upload-release-asset - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: false prerelease: ${{ steps.regex-match.outputs.match != '' }}