From bfae5ffcc88690c20c7ce02bba1b77f2595ba465 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Sun, 28 Jan 2024 09:26:21 -0800 Subject: [PATCH] ci(release): install `semantic-release-plugin-github-breaking-version-tag` on demand --- .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 860c2ab..c2ba066 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: node-version-file: .nvmrc cache: npm node-version: lts/* - - run: npm install --no-save @semantic-release/git + - run: npm install --no-save @semantic-release/git semantic-release-plugin-github-breaking-version-tag - run: npx semantic-release --debug env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} \ No newline at end of file