Skip to content

Commit

Permalink
fix: removing npm run as it is global instal
Browse files Browse the repository at this point in the history
  • Loading branch information
DemyCode committed Jan 22, 2024
1 parent af162fe commit ba8c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
node-version: 12
- run: npm install -g commit-and-tag-version
- run: npm run commit-and-tag-version
- run: commit-and-tag-version
- run: git push --follow-tags

0 comments on commit ba8c109

Please sign in to comment.