Skip to content

Commit

Permalink
perf: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 15, 2023
1 parent 4a6f238 commit 81da056
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 184 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_COMMITTER_EMAIL: '[email protected]'
GIT_COMMITTER_NAME: 'qiwibot'
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
run: npm_config_yes=true npx zx-semrel
# run: |
# npm link
Expand Down
Loading

0 comments on commit 81da056

Please sign in to comment.