File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v2
2222
2323 # Install and setup Alire package manager
24- - uses : alire-project/setup-alire@v1
24+ - uses : alire-project/setup-alire@v4
2525 with :
26- version : 1.2 .2
26+ version : 2.0 .2
2727
2828 # Build the project using the validation build profile to enforce static analysis and coding style.
2929 - run : alr build --validation
5353 - name : Configure Github credentials
5454 run : |
5555 # 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}}
5757
5858 # Run Alire publish assistant with the appropriate commit
5959 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