From ad469a11a504cffa527a48f174af480c2ea93feb Mon Sep 17 00:00:00 2001 From: AngeloAyranji Date: Thu, 18 Apr 2024 11:46:07 +0300 Subject: [PATCH] refactor: remove dry-run from release + publishing to npm --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca3e52d7..d6c2e05e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: git config --global user.name "${GITHUB_ACTOR}" - name: Release - run: npx nx release --dry-run --first-release + run: npx nx release --yes env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file