We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31984d3 commit 8d2e4aeCopy full SHA for 8d2e4ae
.github/workflows/main-v3.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: bun run build
29
- name: Upload to CDN dev path
30
if: github.ref == 'refs/heads/v3' || github.ref == 'refs/heads/dev'
31
- uses: navikt/deploy/actions/cdn-upload/v2@master
+ uses: nais/deploy/actions/cdn-upload/v2@master
32
with:
33
team: personoversikt
34
source: ./v3/packages/internarbeidsflate-decorator-v3/dist/
@@ -38,7 +38,7 @@ jobs:
38
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
39
- name: Upload to CDN prod path
40
if: github.ref == 'refs/heads/main'
41
42
43
44
0 commit comments