Skip to content

Commit 7ca2da6

Browse files
committed
Force publishing
1 parent cbfd4c5 commit 7ca2da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
alr settings --set --global user.github_login ${{github.repository_owner}}
6161
6262
# 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 }}
63+
# 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 }}
6465
6566
# Save the path to the release manifest for the next step.
6667
# This is a little trick to get around the fact that the actions/upload-release-asset doesn't allow globing pattern.

0 commit comments

Comments
 (0)