Skip to content

Commit 07d0632

Browse files
authored
Merge pull request #9 from emilcode-dev/feature/ghaction-publish-package
[fixed] --all-revisions flag in conan upload removed
2 parents 825b96c + 55c6a87 commit 07d0632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Upload Conan package
5252
run: |
53-
conan upload "*/${{ steps.vars.outputs.version }}@" --remote=github --all-revisions --confirm
53+
conan upload "*/${{ steps.vars.outputs.version }}@" --remote=github --confirm
5454
env:
5555
CONAN_LOGIN_USERNAME: ${{ github.actor }}
5656
CONAN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)