From d9dfdd71fd7316942b349f26dda331a2698575f7 Mon Sep 17 00:00:00 2001 From: Thyge Steffensen <31892312+thygesteffensen@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:31:57 +0100 Subject: [PATCH] ci: Remove Node version from Release pipeline --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37e650e..c5c23b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,8 +28,6 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 - with: - node-version: 13 - name: Add plugin for conventional commits run: npm install conventional-changelog-conventionalcommits @@ -39,7 +37,7 @@ jobs: run: npm install @semantic-release/exec -D working-directory: ./.github/workflows - - name: Dry Run Semantic to get next Version nummber + - name: Dry Run Semantic to get next Version number working-directory: ./.github/workflows env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}