Skip to content

Commit

Permalink
ci: Another fix generate-icons workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Nov 18, 2024
1 parent a77227b commit f3833a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
PLASMA_VER=${{ github.event.client_payload.version || github.event.inputs.plasma-version }}
git config --local user.email "[email protected]"
git config --local user.name "Salute Android Team"
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
Expand Down

0 comments on commit f3833a1

Please sign in to comment.