Skip to content

Commit 9be8249

Browse files
Main simplify release (#93)
* 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 * use conditional yaml * @instructure.ai/[email protected] * don't force push tags * @instructure.ai/[email protected] * use workflow_run as trigger. * @instructure.ai/[email protected] * gh requirestoken. --------- Co-authored-by: Copilot <[email protected]>
1 parent f6e6125 commit 9be8249

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
@@ -77,4 +77,5 @@ jobs:
7777
gh release create "$TAG" ./dist/*.tgz --title "Release $TAG" --notes "Automated release of $TAG"
7878
done
7979
env:
80-
tags: ${{ env.tags }}
80+
tags: ${{ env.tags }}
81+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)