Skip to content

Commit

Permalink
remove 'verify npm package' CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
le-cong committed Jun 3, 2024
1 parent 8c0898b commit a977c3f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
run: npm publish --tag beta
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
- name: Validate Published Beta NPM Package
id: validate-npm-package
uses: checkdigit/github-actions/validate-npm-package@validate-npm-package
with:
betaPackage: ${{ steps.prepare-beta.outputs.betaPackage }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
- name: Comment npm publish result
uses: checkdigit/github-actions/comment-npm-publish@main
with:
Expand Down

0 comments on commit a977c3f

Please sign in to comment.