From 092f30c62a028060577479078da57ccaae7f3f76 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Fri, 14 Jun 2024 09:00:01 -0500 Subject: [PATCH] doc(comment): Include comment about workaround --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f61b596..9288216 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: "Pin node version to workaround issue https://github.com/cycjimmy/semantic-release-action/issues/159" + # Workaround for issue: https://github.com/cycjimmy/semantic-release-action/issues/159 + - name: "Pin node version" uses: actions/setup-node@v2 with: node-version: '14'