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 f47622b commit 85ce7ae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git config --global user.email "github@escolalms.com" && git config --global user.name "Github"
- run: npm i --legacy-peer-deps
- run: npm run build
- run: npm version ${{github.ref_name}} -f
- run: npm version ${{github.ref_name}}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
18 changes: 11 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12228,9 +12228,9 @@
"version" "1.10.0"

"yargs-parser@^18.1.2":
"integrity" "sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw=="
"resolved" "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.1.tgz"
"version" "15.0.1"
"integrity" "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ=="
"resolved" "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz"
"version" "18.1.3"
dependencies:
"camelcase" "^5.0.0"
"decamelize" "^1.2.0"
Expand Down

0 comments on commit 85ce7ae

Please sign in to comment.