Skip to content

Commit

Permalink
ci(s3-bucket-download): 💚 npm publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikr13 committed Oct 21, 2021
1 parent e0de88f commit c7c3bfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
# - run: npm test
- run: yarn install --frozen-lockfile

publish-npm:
needs: build
Expand All @@ -28,7 +27,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: yarn install --frozen-lockfile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit c7c3bfb

Please sign in to comment.