Skip to content

Commit abcf941

Browse files
Main simplify release (#82)
* get full git history first * remove deprecated auth warning * use pnpm publish instead of npm * @instructure.ai/shared-configs@1.1.3 * lint * @instructure.ai/shared-configs@1.1.4 * Update .github/workflows/release-package.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .github/workflows/release-package.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update build script * properly invoke custom build script --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1218c1c commit abcf941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm install --frozen-lockfile
4545

4646
- name: Build
47-
run: pnpm run build
47+
run: pnpm build package ${{ github.ref_name }}
4848

4949
- name: Test
5050
run: pnpm test

0 commit comments

Comments
 (0)