Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoPOMP committed Aug 2, 2023
1 parent 9aee96e commit 231eacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0

- name: Generate docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xenopomp/advanced-types",
"version": "1.0.11",
"version": "1.0.12",
"description": "Library of advanced TypeScript types for React and Node projects.",
"main": "src/index.ts",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 231eacf

Please sign in to comment.