We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7a92b commit 9fc8ab7Copy full SHA for 9fc8ab7
.github/workflows/cli_deploy.yml
@@ -7,9 +7,6 @@ jobs:
7
build:
8
name: Build and Deploy CLI
9
runs-on: ubuntu-latest
10
- defaults:
11
- run:
12
- working-directory: cli
13
permissions:
14
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
15
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
@@ -22,7 +19,6 @@ jobs:
22
19
with:
23
20
ruby-version: '3.2.2'
24
21
bundler-cache: true
25
26
27
- name: Install dependencies
28
run: |
0 commit comments