From f636ebee855d7e296f49b3462ff673003c28d708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poul=20Kjeldager=20S=C3=B8rensen?= Date: Wed, 5 Jun 2024 15:04:25 +0200 Subject: [PATCH] locked semantic-release down to @23.1.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d5c4ea..4f1213c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: GIT_AUTHOR_NAME: pksorensen GIT_AUTHOR_EMAIL: poul@kjeldager.com run: | - echo "RELEASE_VERSION=$((npx semantic-release --dry-run).Where({ $_ -like '*Release note*' }) | Out-String | Select-String '[0-9]+\.[0-9]+\.[0-9]+([-][a-zA-z]+[.][0-9]*)?' | % { $_.Matches } | % { $_.Value })" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append + echo "RELEASE_VERSION=$((npx semantic-release@23.1.1 --dry-run).Where({ $_ -like '*Release note*' }) | Out-String | Select-String '[0-9]+\.[0-9]+\.[0-9]+([-][a-zA-z]+[.][0-9]*)?' | % { $_.Matches } | % { $_.Value })" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append - name: Print release verison run: echo ${env:RELEASE_VERSION} @@ -58,4 +58,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_AUTHOR_NAME: pksorensen GIT_AUTHOR_EMAIL: poul@kjeldager.com - run: npx semantic-release \ No newline at end of file + run: npx semantic-release@23.1.1 \ No newline at end of file