diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f7c55d37..a0f09a0d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -310,7 +310,7 @@ jobs: echo Tag: $Tag echo "::set-output name=tag::$TAG" - name: Create Release - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: name: Release ${{ github.ref_name }} draft: false