Skip to content

Commit

Permalink
Fixed publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolavar committed Feb 8, 2024
1 parent 485d4c1 commit 57d6012
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check Imports
uses: checkdigit/github-actions/check-imports@main
- name: Install Dependencies
- name: Install dependencies
run: npm ci --ignore-scripts
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Audit Signatures
run: npm audit signatures
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run Test
run: npm run ci:test
- name: Prepare Beta
Expand All @@ -41,7 +37,7 @@ jobs:
- name: Publish Beta
run: npm publish --tag beta
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLISH }}
NODE_AUTH_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 57d6012

Please sign in to comment.