Fixed release pipeline

This commit is contained in:
morpheus65535
2025-07-15 06:47:45 -04:00
parent ced0eee66b
commit ff71d7ca6b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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