Skip to content

Commit

Permalink
Change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
floranpagliai committed Oct 27, 2023
1 parent 314db8c commit 2524609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
node-version: 17
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: git config user.email "41898282+github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]"
- run: npm version ${GITHUB_REF##*/}
- run: npm run build
- run: git add .
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 2524609

Please sign in to comment.