Skip to content

Commit

Permalink
switch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Clueliss committed Nov 14, 2023
1 parent e9dbd19 commit 5776a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-conan-branch-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
publish-conan-branch-package:
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-conan-branch-package.yml@feature/conan2
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-conan-branch-package.yml@main
with:
public_artifactory: true
os: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
publish-release:
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-release.yml@feature/conan2
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-release.yml@main
with:
public_artifactory: true
os: ubuntu-22.04
Expand Down

0 comments on commit 5776a6a

Please sign in to comment.