Skip to content

Commit

Permalink
👷 Fix JFROG sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Jan 19, 2025
1 parent cd917ae commit d3f0a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
JFROG_USER: ${{ secrets.JFROG_LIBHAL_TRUNK_ID_TOKEN_USER }}
run: conan remote login -p $PASSWORD libhal $JFROG_USER

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

0 comments on commit d3f0a7a

Please sign in to comment.