From 2f36459a353706261046994333d86d528fe68658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Bjerke?= Date: Thu, 14 Mar 2024 21:00:21 +0100 Subject: [PATCH] ci: remove dry run flag (#37) * ci: semantic release dry run * ci: use higher node version * ci: use main as release branch * ci: switch token for authentication * ci: switch auth token * ci: switch token * ci: remove dry run flag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f254c79..0589e6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,4 +41,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release --dry-run + run: npx semantic-release