diff --git a/.github/workflows/generate-icons.yml b/.github/workflows/generate-icons.yml index ff777129..4e553399 100644 --- a/.github/workflows/generate-icons.yml +++ b/.github/workflows/generate-icons.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: main + ref: dev show-progress: false fetch-depth: 0 path: current @@ -84,4 +84,4 @@ jobs: git add ./packages/plasma-icons/ git commit -m "feat(plasma-icons): New icons were added from plasma v$PLASMA_VER" git push --set-upstream origin release/plasma-icons-$PLASMA_VER - gh pr create --base main --head release/plasma-icons-$PLASMA_VER --title "feat(plasma-icons): Update from plasma-web" --body "Icons were updated to v$PLASMA_VER" \ No newline at end of file + gh pr create --base dev --head release/plasma-icons-$PLASMA_VER --title "feat(plasma-icons): Update from plasma-web" --body "Icons were updated to v$PLASMA_VER" \ No newline at end of file