Skip to content

Commit

Permalink
ci: Remove Node version from Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen committed Dec 14, 2022
1 parent 2130989 commit d9dfdd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit d9dfdd7

Please sign in to comment.