Skip to content

Commit

Permalink
Merge pull request #470 from EasyPost/fix_release
Browse files Browse the repository at this point in the history
fix: install before publishing
  • Loading branch information
Justintime50 committed Aug 9, 2024
2 parents 37b4b3e + acfb30f commit 2304d1e
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 2304d1e

Please sign in to comment.