File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 9
9
publish :
10
10
name : Publish Client
11
11
runs-on : ubuntu-latest
12
- strategy :
13
- matrix :
14
- dotnet-version :
15
- - ' 9.0.x'
16
12
steps :
17
13
- name : Wait for tests to succeed
18
14
uses : lewagon/wait-on-check-action@v1.3.4
19
15
with :
20
16
ref : ' refs/heads/main'
21
- running-workflow-name : Publish Client ${{ matrix.dotnet-version }}
17
+ running-workflow-name : Publish Client
22
18
repo-token : ${{ secrets.GITHUB_TOKEN }}
23
19
wait-interval : 10
24
20
allowed-conclusions : success
25
21
- uses : actions/checkout@v4
26
- - name : Setup dotnet ${{ matrix.dotnet-version }}
22
+ - name : Setup dotnet
27
23
uses : actions/setup-dotnet@v4
28
24
with :
29
- dotnet-version : ${{ matrix.dotnet-version }}
25
+ dotnet-version : ' 9.0.x '
30
26
- name : Set VERSION variable from tag
31
27
run : echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
32
28
- name : Pack
You can’t perform that action at this time.
0 commit comments