mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
include the license in the release output
This commit is contained in:
parent
2658e129a9
commit
6310594289
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -21,4 +21,4 @@ dist/index.js: index.js node_modules
|
||||||
push: venv
|
push: venv
|
||||||
venv/bin/markdown-to-presentation push \
|
venv/bin/markdown-to-presentation push \
|
||||||
--pages-branch release \
|
--pages-branch release \
|
||||||
README.md action.yml dist/index.js
|
README.md LICENSE action.yml dist/index.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue