mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 14:25:45 +00:00
fix version typo (#323)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
env:
|
||||
_LATEST_SELF_HOST_VERSION: ${{ needs.setup.outputs._LATEST_SELF_HOST_VERSION }}
|
||||
run: |
|
||||
git diff --unified=0 v$_LATEST_SELF_HOST_VERSION main -- version.json >> diff.txt
|
||||
git diff --unified=0 $_LATEST_SELF_HOST_VERSION main -- version.json >> diff.txt
|
||||
|
||||
if grep -q "webVersion" diff.txt; then
|
||||
echo "WEB_VERSION_CHANGED=true" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user