Skip to content

Commit

Permalink
--skip-submit in alr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Jul 4, 2024
1 parent 7aa2261 commit db38aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
alr config --set --global user.github_login ${{github.repository_owner}}
# Run Alire publish assistant
alr publish ${{github.server_url}}/${{github.repository}} ${{github.sha}}
alr publish --skip-submit ${{github.server_url}}/${{github.repository}} ${{github.sha}}
# Save the path to the release manifest for the next step.
# This is a little trick to get around the fact that the actions/upload-release-asset doesn't allow globing pattern.
Expand Down

0 comments on commit db38aa9

Please sign in to comment.