1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Build assets on release

This commit is contained in:
Yassine Guedidi 2023-09-25 22:41:20 +02:00
parent 3b78bbae64
commit fde129e5c6
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,12 @@ jobs:
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Create the package
run: make release VERSION=${{ github.event.release.tag_name }}