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 f57e48e commit 4e1d270
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
working-directory: .
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_options: "--dry-run --no-verify"
#commit_message: "Bump version [skip ci]"
skip_dirty_check: true
#- uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_options: "--dry-run --no-verify"
# #commit_message: "Bump version [skip ci]"
# skip_dirty_check: true
- run: git push origin
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.12",
"version": "0.1.13",
"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 4e1d270

Please sign in to comment.