Skip to content

Commit 1218c1c

Browse files
Main simplify release (#81)
* 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 --------- Co-authored-by: Copilot <[email protected]>
1 parent df9094e commit 1218c1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 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 --if-present
47+
run: pnpm run build
4848

4949
- name: Test
5050
run: pnpm test
@@ -59,3 +59,4 @@ jobs:
5959
name: Release ${{ github.ref_name }}
6060
draft: false
6161
prerelease: false
62+
files: ./dist/*.tgz

0 commit comments

Comments
 (0)