diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f16fd94..a28c89e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV - name: Create Release 🎉 - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.16.0 if: github.ref_type == 'tag' with: artifacts: ${{ env.ARTIFACT_PATH }}