Skip to content

Commit

Permalink
fix repository was doing checkout two times
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Mar 19, 2024
1 parent 681edd6 commit 546c800
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Publish nextjs-toploader on npm
run: npm publish --access public --provenance
continue-on-error: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Checkout Repository
uses: actions/checkout@v4

- name: Delete Current README.md
run: rm README.md

Expand Down

0 comments on commit 546c800

Please sign in to comment.