Skip to content

Commit

Permalink
Try to fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jul 18, 2023
1 parent 707b959 commit 35abe36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Set .npmrc
run: |
echo '@tiptap-pro:registry=https://registry.tiptap.dev/' > .npmrc
echo '//registry.tiptap.dev/:_authToken="${{ secrets.TIPTAP_TOKEN }}"' >> .npmrc
- name: Set up Docker Buildx
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": "webscraper",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"private": true,
"main": "dist/main.js",
Expand Down

0 comments on commit 35abe36

Please sign in to comment.