Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoPOMP committed Aug 2, 2023
1 parent 9449e0a commit 2cfba26
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 @@ -31,6 +31,9 @@ jobs:
yarn install --frozen-lockfile
yarn autodoc
- run: |
echo Modified: ${{ steps.git-check.outputs.modified }}
- name: Commit and push changes
if: steps.git-check.outputs.modified == 'true'
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.9",
"version": "1.0.10",
"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 2cfba26

Please sign in to comment.