Skip to content

Commit 3ed3d65

Browse files
committed
La til publisering av artifacten
1 parent a87eca4 commit 3ed3d65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/buildAndPublish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
- name: Build
7373
uses: navikt/sf-platform/.github/actions/build@main
7474

75-
# - name: Publish artifacts
76-
# uses: navikt/sf-platform/.github/actions/publishArtifact@main
77-
# if: ${{ github.ref_name == 'refs/heads/main' }}
78-
# with:
79-
# nodeToken: ${{ secrets.GITHUB_TOKEN }}
75+
- name: Publish artifacts
76+
uses: navikt/sf-platform/.github/actions/publishArtifact@main
77+
if: ${{ github.ref_name == 'refs/heads/main' }}
78+
with:
79+
nodeToken: ${{ secrets.GITHUB_TOKEN }}
8080

8181
- name: Upload artifacts and logs
8282
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@main

0 commit comments

Comments
 (0)