chore: set cli release working dir
This commit is contained in:
parent
81af3b6f20
commit
46d35c74c5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cli-release.yml
vendored
4
.github/workflows/cli-release.yml
vendored
|
@ -5,6 +5,10 @@ on:
|
|||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./cli
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
# Setup .npmrc file to publish to npm
|
||||
|
|
Loading…
Reference in a new issue