Skip to content

Commit

Permalink
make sure packages can be build for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 14, 2024
1 parent c4519d5 commit 3522da8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,17 @@ jobs:
cd $RUNNER_TEMP
npm install $RUNNER_WORKSPACE/developer-tooling/packages/sdk/base/*.tgz
npm install $RUNNER_WORKSPACE/developer-tooling/packages/sdk/utils/*.tgz
pack-packages:
name: Build Package tarballs for dry release
runs-on: ['self-hosted', 'org', '8-cpu']
needs: install-dependencies
steps:
- uses: actions/checkout@v4
- name: Sync workspace
uses: ./.github/actions/sync-workspace
with:
artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }}
- run: yarn workspaces foreach --all pack

validate-renovate-config:
name: Validate Renovate Config
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ gha-creds-*.json
transactions.json
packages/sdk/metadata-claims/lib
packages/cli/key
package.tgz

0 comments on commit 3522da8

Please sign in to comment.