Merge pull request from eikek/gh-action-fix

Change cache-key, to force create a new value
This commit is contained in:
mergify[bot] 2022-04-09 13:09:30 +00:00 committed by GitHub
commit e65b8de686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

@ -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:

@ -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 }}

@ -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 }})