mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
UPDATE: fix all warnings in Clients workflow (#6137)
This commit is contained in:
2
.github/workflows/brew-bump-cli.yml
vendored
2
.github/workflows/brew-bump-cli.yml
vendored
@@ -38,4 +38,4 @@ jobs:
|
|||||||
formula: bitwarden-cli
|
formula: bitwarden-cli
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
revision: ${{ github.sha }}
|
revision: ${{ github.sha }}
|
||||||
force: false
|
force: true
|
||||||
|
|||||||
2
.github/workflows/brew-bump-desktop.yml
vendored
2
.github/workflows/brew-bump-desktop.yml
vendored
@@ -38,5 +38,5 @@ jobs:
|
|||||||
cask: bitwarden
|
cask: bitwarden
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
revision: ${{ github.sha }}
|
revision: ${{ github.sha }}
|
||||||
force: false
|
force: true
|
||||||
dryrun: true
|
dryrun: true
|
||||||
|
|||||||
2
.github/workflows/release-desktop.yml
vendored
2
.github/workflows/release-desktop.yml
vendored
@@ -185,7 +185,7 @@ jobs:
|
|||||||
--endpoint-url https://${CF_ACCOUNT}.r2.cloudflarestorage.com
|
--endpoint-url https://${CF_ACCOUNT}.r2.cloudflarestorage.com
|
||||||
|
|
||||||
- name: Get checksum files
|
- name: Get checksum files
|
||||||
uses: bitwarden/gh-actions/get-checksum@67ab95d7a466bcefdedf3f93cbc10bcff436edfe
|
uses: bitwarden/gh-actions/get-checksum@82cfceb235b308c2eb63923824e61d8350d280db
|
||||||
with:
|
with:
|
||||||
packages_dir: "apps/desktop/artifacts"
|
packages_dir: "apps/desktop/artifacts"
|
||||||
file_path: "apps/desktop/artifacts/sha256-checksums.txt"
|
file_path: "apps/desktop/artifacts/sha256-checksums.txt"
|
||||||
|
|||||||
2
.github/workflows/version-auto-bump.yml
vendored
2
.github/workflows/version-auto-bump.yml
vendored
@@ -42,8 +42,6 @@ jobs:
|
|||||||
name: Bump version to ${{ needs.setup.outputs.version_number }}
|
name: Bump version to ${{ needs.setup.outputs.version_number }}
|
||||||
needs: setup
|
needs: setup
|
||||||
uses: ./.github/workflows/version-bump.yml
|
uses: ./.github/workflows/version-bump.yml
|
||||||
secrets:
|
|
||||||
AZURE_PROD_KV_CREDENTIALS: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
|
||||||
with:
|
with:
|
||||||
version_number: ${{ needs.setup.outputs.version_number }}
|
version_number: ${{ needs.setup.outputs.version_number }}
|
||||||
client: "Desktop"
|
client: "Desktop"
|
||||||
|
|||||||
3
.github/workflows/version-bump.yml
vendored
3
.github/workflows/version-bump.yml
vendored
@@ -26,9 +26,6 @@ on:
|
|||||||
client:
|
client:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
secrets:
|
|
||||||
AZURE_PROD_KV_CREDENTIALS:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user