Skip to content

Commit d71e230

Browse files
committed
Oppdatere nøkkel for no_cache_paths
1 parent 8d2e4ae commit d71e230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-v3.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
team: personoversikt
3434
source: ./v3/packages/internarbeidsflate-decorator-v3/dist/
3535
destination: /internarbeidsflate-decorator-v3/dev/latest
36-
no-cache-paths: "internarbeidsflate-decorator-v3/dev/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js,internarbeidsflate-decorator-v3/dev/latest/dist/index.css"
36+
no_cache_paths: "internarbeidsflate-decorator-v3/dev/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/dev/latest/dist/bundle.js,internarbeidsflate-decorator-v3/dev/latest/dist/index.css"
3737
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
3838
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
3939
- name: Upload to CDN prod path
@@ -43,6 +43,6 @@ jobs:
4343
team: personoversikt
4444
source: ./v3/packages/internarbeidsflate-decorator-v3/dist/
4545
destination: /internarbeidsflate-decorator-v3/prod/latest
46-
no-cache-paths: "internarbeidsflate-decorator-v3/prod/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js,internarbeidsflate-decorator-v3/prod/latest/dist/index.css"
46+
no_cache_paths: "internarbeidsflate-decorator-v3/prod/latest/dist/asset-manifest.json,internarbeidsflate-decorator-v3/prod/latest/dist/bundle.js,internarbeidsflate-decorator-v3/prod/latest/dist/index.css"
4747
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
4848
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}

0 commit comments

Comments
 (0)