Skip to content

Commit 11e9b13

Browse files
committed
Add dist/index.js to repository for GitHub Actions distribution
- Updated .gitignore to commit dist/ (required for GitHub Actions to load the action) - dist/index.js is built from src/index.js using 'npm run build' - CI/CD workflow includes step to rebuild and verify dist is up to date
1 parent 7894246 commit 11e9b13

2 files changed

Lines changed: 28113 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_modules/
44
yarn.lock
55

66
# Build output
7-
dist/
7+
# dist/ is committed to repository for GitHub Actions distribution
88

99
# IDE
1010
.vscode/

0 commit comments

Comments
 (0)