Browse Source

Update wording and added version.json back to release assets.

pull/18/head
Micaiah Martin 4 years ago
parent
commit
b35b080f89
  1. 3
      .github/workflows/release.yml
  2. 2
      .github/workflows/update-versions.yml

3
.github/workflows/release.yml

@ -66,7 +66,8 @@ jobs: @@ -66,7 +66,8 @@ jobs:
artifacts: 'bitwarden.sh,
run.sh,
bitwarden.ps1,
run.ps1'
run.ps1,
version.json'
commit: ${{ github.sha }}
tag: "v${{ github.event.inputs.release_version }}"
name: "Version ${{ github.event.inputs.release_version }}"

2
.github/workflows/update-versions.yml

@ -158,4 +158,4 @@ jobs: @@ -158,4 +158,4 @@ jobs:
- [X] Other
## Objective
Automated version updates to core, web, and key-connector versions in bitwarden.sh and bitwarden.ps1."
Automated version updates to core, web, and key-connector versions in version.json, bitwarden.sh and bitwarden.ps1."

Loading…
Cancel
Save