From 6cffd59fe6c571d97a318ec954c97b9006804659 Mon Sep 17 00:00:00 2001 From: homer0 Date: Mon, 19 Feb 2024 04:37:57 +0100 Subject: [PATCH] fix: add missing at symbol --- .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 aa9ead0..98403b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: HUSKY: 0 run: npm ci - name: Install semantic-release - run: npm install semantic-release@^23.0.2 @semantic-release/changelog@^6.0.3 @semantic-release/git^10.0.1 + run: npm install semantic-release@^23.0.2 @semantic-release/changelog@^6.0.3 @semantic-release/git@^10.0.1 - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}