Skip to content

Commit

Permalink
used develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vkaltyrin committed Apr 4, 2024
1 parent ebf1837 commit 172da01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
show-progress: false
fetch-depth: 0
path: current
ref: develop

# делаем сheckout репозитория plasma
#- name: Checkout to Plasma Web
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
shell: bash
run: |
git fetch --all
git checkout -b release/0.0.1 develop
git checkout -b release/${{steps.extract_version.outputs.tag}} develop
- name: Move generated icons to XCAssets
run: cp -rf plasma/packages/plasma-icons/ios-icons/. current/SDDSIcons/SDDSIcons/Assets.xcassets
Expand Down

0 comments on commit 172da01

Please sign in to comment.