Skip to content

Commit 546c800

Browse files
committed
fix repository was doing checkout two times
1 parent 681edd6 commit 546c800

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ jobs:
3939
registry-url: 'https://registry.npmjs.org'
4040
- name: Publish nextjs-toploader on npm
4141
run: npm publish --access public --provenance
42+
continue-on-error: true
4243
env:
4344
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4445

45-
- name: Checkout Repository
46-
uses: actions/checkout@v4
47-
4846
- name: Delete Current README.md
4947
run: rm README.md
5048

0 commit comments

Comments
 (0)