From fb83b189a075c016d10a697633a745ccd9ba8331 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Thu, 16 May 2024 09:26:15 +0200 Subject: [PATCH] chore(ci): ensure latest version of semantic release --- .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 c7d9456..a1cfaae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release@18 \ No newline at end of file + run: npx semantic-release@latest \ No newline at end of file