We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 825b96c + 55c6a87 commit 07d0632Copy full SHA for 07d0632
1 file changed
.github/workflows/publish-package.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Upload Conan package
52
run: |
53
- conan upload "*/${{ steps.vars.outputs.version }}@" --remote=github --all-revisions --confirm
+ conan upload "*/${{ steps.vars.outputs.version }}@" --remote=github --confirm
54
env:
55
CONAN_LOGIN_USERNAME: ${{ github.actor }}
56
CONAN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments