Skip to content

Commit

Permalink
Update circleci cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Aug 2, 2024
1 parent a64f940 commit e19b00d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ workflows:
filters: &filters
tags:
only: /v.*/
cache-version: 2
- elixir/test:
filters:
<<: *filters
cache-version: 2
- elixir/lint:
filters:
<<: *filters
cache-version: 2
- elixir/hex_publish:
requires:
- elixir/build_test
Expand All @@ -28,3 +31,4 @@ workflows:
ignore: /.*/
tags:
only: /v.*/
cache-version: 2

0 comments on commit e19b00d

Please sign in to comment.