mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
Refactor Surfer CI commands in workflows for consistency and improved readability
This commit is contained in:
2
.github/workflows/linux-release-build.yml
vendored
2
.github/workflows/linux-release-build.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
||||
npm install
|
||||
|
||||
- name: Load Surfer CI setup
|
||||
run: npm run surfer ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }}
|
||||
run: npm run surfer -- ci --brand ${{ inputs.release-branch }} --display-version ${{ inputs.build-version }}
|
||||
|
||||
- name: Download Firefox source and dependencies
|
||||
run: npm run download
|
||||
|
||||
Reference in New Issue
Block a user