Skip to content

Commit

Permalink
Correct m2-cache-key to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
WiNloSt committed May 16, 2024
1 parent 0e3b35f commit 46c0ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-embedding-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: "cljs"
m2-cache-key: "release-sdk"

- name: Run unit tests
run: yarn embedding-sdk:test-unit
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Prepare back-end environment
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: "cljs"
m2-cache-key: "release-sdk"

- name: Bump published npm package version
run: |
Expand Down

0 comments on commit 46c0ee9

Please sign in to comment.