forked from wallabag/wallabag
Build assets on release
This commit is contained in:
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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user