mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-11 12:28:49 -05:00
ci: Use build script to package action (#16)
This commit is contained in:
parent
917745b929
commit
9c64d15780
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-action.yaml
vendored
2
.github/workflows/package-action.yaml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Install Javascript dependencies with npm
|
- name: Install Javascript dependencies with npm
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Package action for distribution
|
- name: Package action for distribution
|
||||||
run: npm run package
|
run: npm run build
|
||||||
- name: Push packaged action to branch
|
- name: Push packaged action to branch
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue