Skip to content

Commit

Permalink
perf: tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jan 5, 2024
1 parent 0be9934 commit 24694ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: ${{ github.ref == 'refs/heads/master' && '0' || '1' }}
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_PROVENANCE: true
GH_USER: ${{ secrets.GH_USER }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
Expand Down

0 comments on commit 24694ff

Please sign in to comment.