Skip to content

Commit

Permalink
fix: pin preset-semanticrelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 17, 2022
1 parent 79e2985 commit 0f587d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
node-version: ${{ inputs.node-version }}
- name: Install semrel dependencies
shell: sh
run: npm i --no-save @cihelper/preset-semanticrelease-npm
run: npm i --no-save @cihelper/preset-semanticrelease-npm@^1.0.0
- name: Run Semantic Release
shell: sh
env:
Expand Down

0 comments on commit 0f587d9

Please sign in to comment.