Skip to content

Commit

Permalink
fix: install before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 9, 2024
1 parent 37b4b3e commit acfb30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 22
registry-url: 'https://registry.npmjs.org'
- name: Publish Package
run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 make publish
run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 make install install-styleguide publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}
- name: Upload assets to release
Expand Down

0 comments on commit acfb30f

Please sign in to comment.