From 133e56f9a464e517efc04b5e6c0ac49973e58910 Mon Sep 17 00:00:00 2001 From: Ken Gullaksen Date: Mon, 4 Sep 2023 08:05:41 +0200 Subject: [PATCH] accosiate commits with release --- .github/workflows/bygg-og-deploy-master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bygg-og-deploy-master.yml b/.github/workflows/bygg-og-deploy-master.yml index d6db928db..4af429fce 100644 --- a/.github/workflows/bygg-og-deploy-master.yml +++ b/.github/workflows/bygg-og-deploy-master.yml @@ -87,6 +87,7 @@ jobs: npx -p @sentry/cli sentry-cli releases new "${{ github.sha }}" npx -p @sentry/cli sentry-cli releases files "${{ github.sha }}" upload-sourcemaps build/static/js \ --url-prefix '~/min-side-arbeidsgiver/static/js' + npx -p @sentry-cli sentry-cli releases set-commits --auto "${{ github.sha }}" npx -p @sentry/cli sentry-cli releases finalize "${{ github.sha }}"