Skip to content

Commit

Permalink
chore: fixed desktop-app ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Nov 23, 2023
1 parent 2ae01a5 commit 292391a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/desktop-app-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ jobs:
ref: main
token: ${{ secrets.GH_TOKEN }}
path: leapp-team
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Inject Team Feature
if: ${{ env.TEAM_REPOSITORY != '' }}
run: |
Expand Down Expand Up @@ -292,6 +295,9 @@ jobs:
ref: main
token: ${{ secrets.GH_TOKEN }}
path: leapp-team
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Inject Team Feature
if: ${{ env.TEAM_REPOSITORY != '' }}
run: |
Expand Down

0 comments on commit 292391a

Please sign in to comment.