Browse Source

Fix working directory bug (#2769)

pull/2772/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
6b51b95d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-browser.yml

2
.github/workflows/release-browser.yml

@ -17,7 +17,6 @@ on: @@ -17,7 +17,6 @@ on:
defaults:
run:
shell: bash
working-directory: apps/browser
jobs:
setup:
@ -88,6 +87,7 @@ jobs: @@ -88,6 +87,7 @@ jobs:
else
echo "Test passed!"
fi
working-directory: apps/browser
release:

Loading…
Cancel
Save