File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v2
22
22
23
23
# Install and setup Alire package manager
24
- - uses : alire-project/setup-alire@v1
24
+ - uses : alire-project/setup-alire@v4
25
25
with :
26
- version : 1.2 .2
26
+ version : 2.0 .2
27
27
28
28
# Build the project using the validation build profile to enforce static analysis and coding style.
29
29
- run : alr build --validation
53
53
- name : Configure Github credentials
54
54
run : |
55
55
# Set user GitHub login required for `alr publish`
56
- alr config --set --global user.github_login ${{github.repository_owner}}
56
+ alr settings --set --global user.github_login ${{github.repository_owner}}
57
57
58
58
# Run Alire publish assistant with the appropriate commit
59
59
alr publish ${{github.server_url}}/${{github.repository}} ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments