diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 900519cd0..a6cea55ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -293,7 +293,7 @@ jobs: echo Tag: $Tag echo "::set-output name=tag::$TAG" - name: Create Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: name: Release ${{ github.ref_name }} draft: false