Skip to content

Commit

Permalink
Merge branch 'main' of github.com:holesail/holesail-server
Browse files Browse the repository at this point in the history
Merging local and origin
  • Loading branch information
supersuryaansh committed Mar 4, 2024
2 parents 3476fc9 + d5cc860 commit 5189e0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test

publish-npm:
Expand All @@ -27,7 +26,6 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 5189e0c

Please sign in to comment.