diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d73fb759..63c10ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: - uses: olafurpg/setup-scala@v13 with: java-version: ${{ matrix.java }} - - name: Coursier cache - uses: coursier/cache-action@v6 + # - name: Coursier cache + # uses: coursier/cache-action@v6 - name: sbt ci ${{ github.ref }} run: sbt ci ci: diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index c744e75f..d050f3ef 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -23,8 +23,8 @@ jobs: - uses: bahmutov/npm-install@v1 with: working-directory: modules/webapp - - name: Coursier cache - uses: coursier/cache-action@v6 + # - name: Coursier cache + # uses: coursier/cache-action@v6 - name: Set current version run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV - name: sbt ci ${{ github.ref }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80e622e3..b8429cad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,8 @@ jobs: - uses: bahmutov/npm-install@v1 with: working-directory: modules/webapp - - name: Coursier cache - uses: coursier/cache-action@v6 + # - name: Coursier cache + # uses: coursier/cache-action@v6 - name: Set current version run: echo "DOCSPELL_VERSION=$(cat version.sbt | grep version | cut -d= -f2 | xargs)" >> $GITHUB_ENV - name: sbt make-pkg (${{ env.DOCSPELL_VERSION }})