mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-23 15:50:53 -05:00
Fixed release pipeline
This commit is contained in:
2
.github/workflows/release_beta_to_dev.yaml
vendored
2
.github/workflows/release_beta_to_dev.yaml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
node-version-file: "${{ env.UI_DIRECTORY }}/.nvmrc"
|
||||
|
||||
- name: Install Global Tools
|
||||
run: npm install -g release-it auto-changelog
|
||||
run: npm install -g release-it@v16.3.0 auto-changelog
|
||||
|
||||
- name: Install UI Dependencies
|
||||
run: npm install
|
||||
|
||||
2
.github/workflows/release_dev_to_master.yaml
vendored
2
.github/workflows/release_dev_to_master.yaml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
node-version-file: "${{ env.UI_DIRECTORY }}/.nvmrc"
|
||||
|
||||
- name: Install Global Tools
|
||||
run: npm install -g release-it auto-changelog
|
||||
run: npm install -g release-it@v16.3.0 auto-changelog
|
||||
|
||||
- name: Install UI Dependencies
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user