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 9791c2e commit f47622b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ 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 add . && git commit
- run: npm i --legacy-peer-deps
- run: npm run build
- run: npm version ${{github.ref_name}}
- run: npm version ${{github.ref_name}} -f
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f47622b

Please sign in to comment.