Skip to content

Commit

Permalink
Fixes issue with release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 23, 2024
1 parent cd74c4d commit f57e48e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
#commit_options: "--no-verify"
commit_options: "--dry-run --no-verify"
#commit_message: "Bump version [skip ci]"
skip_dirty_check: true
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fileforge/pdfreader",
"version": "0.1.11",
"version": "0.1.12",
"description": "Easiest way to display and interact with PDFs from your web app.",
"main": "dist/pdfreader.cjs",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit f57e48e

Please sign in to comment.