Skip to content

Commit

Permalink
Fixes user identity in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 23, 2024
1 parent e1dd28b commit 0b35b57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- run: git config --global user.name "Fileforge"
- run: npm version patch -m "Bump version to %s [skip ci]"
working-directory: .
- name: Check the tag
run: git status
- uses: ncipollo/release-action@v1
- run: npm publish --access public
working-directory: .
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Check the tag
run: echo ${{ github.ref }}
- uses: ncipollo/release-action@v1
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_options: "--no-verify"
Expand Down
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.8",
"version": "0.1.9",
"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 0b35b57

Please sign in to comment.