We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfd4c5 commit 7ca2da6Copy full SHA for 7ca2da6
.github/workflows/main.yml
@@ -60,7 +60,8 @@ jobs:
60
alr settings --set --global user.github_login ${{github.repository_owner}}
61
62
# Run Alire publish assistant with the appropriate commit
63
- alr publish ${{github.server_url}}/${{github.repository}} ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
+ # Force to allow generation for -dev version
64
+ alr -f publish ${{github.server_url}}/${{github.repository}} ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
65
66
# Save the path to the release manifest for the next step.
67
# This is a little trick to get around the fact that the actions/upload-release-asset doesn't allow globing pattern.
0 commit comments