Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxikowy committed Jan 4, 2024
1 parent fd221cf commit e9a2d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: git config --global user.email "github@escolalms.com" && git config --global user.name "Github"
- run: git clean -f/-n/-i
- run: git clean -f -n -i
- run: npm i --legacy-peer-deps
- run: npm run build
- run: npm version ${{github.ref_name}}
Expand Down

0 comments on commit e9a2d9d

Please sign in to comment.