mirror of https://github.com/morpheus65535/bazarr
Re-enabled dev pipeline with build committed.
This commit is contained in:
parent
eb4fbc6a24
commit
6abca59c83
|
@ -24,18 +24,22 @@ jobs:
|
|||
- run: npm install -D release-it
|
||||
- run: npm install -D @release-it/bumper
|
||||
|
||||
#- name: Install dependencies
|
||||
# run: npm install
|
||||
# working-directory: ${{ env.working-directory }}
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
#- name: Remove previous build directory
|
||||
# uses: JesseTG/rm@v1.0.2
|
||||
# with:
|
||||
# path: ${{ env.working-directory }}/build
|
||||
- name: Remove previous build directory
|
||||
uses: JesseTG/rm@v1.0.2
|
||||
with:
|
||||
path: ${{ env.working-directory }}/build
|
||||
|
||||
#- name: Build
|
||||
# run: npm run build
|
||||
# working-directory: ${{ env.working-directory }}
|
||||
- name: Build
|
||||
run: npm run build
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Release commit build
|
||||
|
||||
- id: latest_release
|
||||
uses: pozetroninc/github-action-get-latest-release@master
|
||||
|
|
Loading…
Reference in New Issue