Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Nov 9, 2023
1 parent 5223282 commit 5dfa37d
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 @@ -36,7 +36,7 @@ jobs:
# for security reasons, use --check-cache if accepting PRs from third-parties.
# if: ${{ steps.release.outputs.releases_created }}
- name: Publish NPM package ${{ steps.release.outputs.tag_name }}
run: yarn nx affected -t test --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
run: yarn nx affected -t build --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
- run: echo "Release ${{ steps.release.outputs['libs/sdk--tag_name'] }} created for sdk."
if: ${{ steps.release.outputs['libs/sdk--release_created'] }}
# Conditionally publish packages based on changes in their respective dist directories
Expand Down

0 comments on commit 5dfa37d

Please sign in to comment.