Skip to content

Commit 5bdcd84

Browse files
authored
👷 Fix JFROG sign in v3 (#27)
1 parent cd917ae commit 5bdcd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
JFROG_USER: ${{ secrets.JFROG_LIBHAL_TRUNK_ID_TOKEN_USER }}
5757
run: conan remote login -p $PASSWORD libhal $JFROG_USER
5858

59-
- name: 🆙 Upload package to `libhal-trunk` repo
59+
- name: 🆙 Upload package to `libhal` repo
6060
if: startsWith(github.ref, 'refs/tags/')
61-
run: conan upload "libhal-cmake-util/*" --confirm -r=libhal-trunk
61+
run: conan upload "libhal-cmake-util/*" --confirm -r=libhal

0 commit comments

Comments
 (0)