From 32b64ed5f5be44e66c6e3259650bc20dc0ae18d0 Mon Sep 17 00:00:00 2001 From: Leo Conforti Date: Thu, 9 May 2024 05:21:24 +0000 Subject: [PATCH] update publish workflow --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22927c5..29ccff4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Verify Change Logs run: node common/scripts/install-run-rush.js change --verify - name: Rush publish - run: node common/scripts/install-run-rush.js publish --publish --apply --set-access-level public --target-branch main --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }} + run: node common/scripts/install-run-rush.js publish --publish --apply --set-access-level public --target-branch main --add-commit-details --npm-auth-token ${{ secrets.NPM_AUTH_TOKEN }} # In order to build the authproxy docker image, we first need to build it and # its dependencies (remember this will be really fast because we are caching