diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a86d8236..bd4eb24f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b - name: Create a GitHub release # v1.15.0 - uses: ncipollo/release-action@62f16c02e783fdc3fe43af16e2ad203ffba8bbef + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 with: tag: 'v${{ steps.package-version.outputs.current-version}}' name: 'Release v${{ steps.package-version.outputs.current-version}}'