-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #465 from EasyPost/automated_releasing
feat: automated releasing
- Loading branch information
Showing
151 changed files
with
3,791 additions
and
3,707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: release | ||
|
||
on: | ||
release: | ||
types: [published] | ||
workflow_dispatch: ~ | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
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 | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }} | ||
- name: Upload assets to release | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'dist/*' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
Submodule examples
updated
38 files
28 changes: 14 additions & 14 deletions
28
.../cassettes/Address-Service_1115845720/creates-a-verified-address_2691107999/recording.har
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
50 changes: 25 additions & 25 deletions
50
...Service_1115845720/creates-an-address-with-an-array-verify-param_1154761701/recording.har
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.