ci: change ci cache key

This commit is contained in:
Zach Daniel 2020-06-02 10:41:53 -04:00
parent 8cd413dda2
commit 9b45f4901b
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -33,8 +33,8 @@ jobs:
path: |
deps
_build
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-lock-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}
key: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-
- run: mix deps.get
- run: mix check
- run: mix hex.publish --yes