diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9c8bee..a8903d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write steps: - - run: apt-get update && apt-get install -y --no-install-recommends git + - run: apt-get update && apt-get install -y --no-install-recommends git ca-certificates - uses: actions/checkout@v4 with: fetch-depth: 0