Skip to content

Commit

Permalink
fix for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Jul 15, 2021
1 parent 9405cdd commit 90755d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
publish_dir: ./docs/dist
- name: Release
if: github.event_name == 'push' && steps.env.outputs.SHOULD_RELEASE == 'true'
run: npx release-it --ci --verbose --disable-metrics --increment=${{steps.env.outputs.VERSION}}
run: npx release-it@14.6.2 --ci --verbose --disable-metrics --increment=${{steps.env.outputs.VERSION}}
env:
GIT_AUTHOR_NAME: Github Action
GIT_AUTHOR_EMAIL: action@github.com
Expand Down

0 comments on commit 90755d5

Please sign in to comment.