mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-08 00:01:28 +01:00
Fix working directory bug (#2769)
This commit is contained in:
parent
dac02ed11d
commit
6b51b95d39
2
.github/workflows/release-browser.yml
vendored
2
.github/workflows/release-browser.yml
vendored
@ -17,7 +17,6 @@ on:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
working-directory: apps/browser
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
@ -88,6 +87,7 @@ jobs:
|
||||
else
|
||||
echo "Test passed!"
|
||||
fi
|
||||
working-directory: apps/browser
|
||||
|
||||
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user