Skip to content

Commit 9fc8ab7

Browse files
authored
Remove old deploy dirs (#5)
1 parent 9c7a92b commit 9fc8ab7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cli_deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77
build:
88
name: Build and Deploy CLI
99
runs-on: ubuntu-latest
10-
defaults:
11-
run:
12-
working-directory: cli
1310
permissions:
1411
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1512
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
@@ -22,7 +19,6 @@ jobs:
2219
with:
2320
ruby-version: '3.2.2'
2421
bundler-cache: true
25-
working-directory: cli
2622

2723
- name: Install dependencies
2824
run: |

0 commit comments

Comments
 (0)