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:
parent
3b78bbae64
commit
fde129e5c6
2 changed files with 8 additions and 0 deletions
6
.github/workflows/upload-release-package.yml
vendored
6
.github/workflows/upload-release-package.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue