diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8287a9e..cb55a57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: }) - if: ${{ steps.versioning.outputs.changed == 'true'}} name: Release artifacts - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af #v1.18.0 + uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 #v1.19.1 with: artifacts: "dist/*.tar.gz,dist/*.zip" tag: ${{ steps.versioning.outputs.version_tag }}