ci: Updated release.yml

releases/v3
Tycho Bokdam 2021-10-06 00:00:45 +02:00
parent 33eb5efcd6
commit be575c794b
No known key found for this signature in database
GPG Key ID: F1180857DB997467
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- run: npm ci - run: npm ci --prod
- run: npm run build - run: git add node_modules -f
- run: git add ./lib -f
- name: Generate changelog - name: Generate changelog
id: changelog id: changelog