Skip to content

Commit 6296a2f

Browse files
committed
Update github action
1 parent c7ba559 commit 6296a2f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10-
defaults:
11-
run:
12-
shell: bash
13-
working-directory: cli
14-
1510
jobs:
1611
release:
1712
name: Release
1813
runs-on: ubuntu-latest
14+
defaults:
15+
run:
16+
shell: bash
17+
working-directory: cli
1918
steps:
2019
- name: Checkout Repo
2120
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)