Skip to content

Commit 83f1eae

Browse files
Main simplify release (#86)
* get full git history first * remove deprecated auth warning * use pnpm publish instead of npm * @instructure.ai/[email protected] * lint * @instructure.ai/[email protected] * Update .github/workflows/release-package.yml Co-authored-by: Copilot <[email protected]> * Update .github/workflows/release-package.yml Co-authored-by: Copilot <[email protected]> * update build script * properly invoke custom build script * simplify release script * exit early when no change in ./apps * easier PR prefix validation * use fetch-depth: 0 * robust git dif * use proper exit codes --------- Co-authored-by: Copilot <[email protected]>
1 parent 2c1f3a4 commit 83f1eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
if ! git diff --name-only $DIFF_RANGE | grep '^apps/'; then
4141
echo "No changes in ./apps directory. Exiting early."
42-
exit 0
42+
exit 78
4343
fi
4444
- name: Set up Node
4545
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)