Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

123 #57

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

123 #57

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
514bf40
123
Jojotaoo Apr 23, 2024
403dbf6
Merge pull request #1 from Jojotaoo/figma-update-1713839225990
Jojotaoo Apr 23, 2024
36e6b9a
345
Jojotaoo Apr 23, 2024
06f3583
Merge pull request #2 from Jojotaoo/figma-update-1713839874191
Jojotaoo Apr 23, 2024
8de140d
Update package.json
Jojotaoo Apr 23, 2024
d6b1abd
Update push.yml
Jojotaoo Apr 23, 2024
3342fe6
123123
Jojotaoo Apr 23, 2024
6e27d95
Merge pull request #3 from Jojotaoo/figma-update-1713841404382
Jojotaoo Apr 23, 2024
1756758
Update package.json
Jojotaoo Apr 23, 2024
dd675c4
12312
Jojotaoo Apr 23, 2024
6d15b13
Merge pull request #4 from Jojotaoo/figma-update-1713842481547
Jojotaoo Apr 23, 2024
0e09cf4
Update package.json
Jojotaoo Apr 23, 2024
d8abccb
Update push.yml
Jojotaoo Apr 23, 2024
498d48e
123123
Jojotaoo Apr 23, 2024
86cecec
Merge pull request #5 from Jojotaoo/figma-update-1713843699365
Jojotaoo Apr 23, 2024
1d29622
Update push.yml
Jojotaoo Apr 23, 2024
4ba848f
lll
Jojotaoo Apr 23, 2024
1bc849e
Merge pull request #6 from Jojotaoo/figma-update-1713844282437
Jojotaoo Apr 23, 2024
038b4ee
Update push.yml
Jojotaoo Apr 23, 2024
915ba4c
123123
Jojotaoo Apr 23, 2024
a3854ff
Merge pull request #7 from Jojotaoo/figma-update-1713844596048
Jojotaoo Apr 23, 2024
12d6fbd
Update push.yml
Jojotaoo Apr 23, 2024
5da83a6
asjdk
Jojotaoo Apr 23, 2024
0012681
Merge pull request #8 from Jojotaoo/figma-update-1713844850867
Jojotaoo Apr 23, 2024
9dd2fae
Update push.yml
Jojotaoo Apr 23, 2024
9453a0c
Update push.yml
Jojotaoo Apr 23, 2024
0916637
klklk
Jojotaoo Apr 23, 2024
ec4ff1f
Merge pull request #9 from Jojotaoo/figma-update-1713845162244
Jojotaoo Apr 23, 2024
cbdcdfa
Update push.yml
Jojotaoo Apr 23, 2024
e0e8088
asda
Jojotaoo Apr 23, 2024
e9e9cf3
Merge pull request #10 from Jojotaoo/figma-update-1713845602060
Jojotaoo Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: yarn install
node-version: '12.x'
- run: yarn config set strict-ssl false
- run: yarn install --strict-ssl=false
- name: Figma Action
uses: primer/[email protected]
with:
Expand Down Expand Up @@ -46,4 +47,4 @@ jobs:
content: |
兄弟们,咱们的图标更新啦!
请使用 yarn upgrade juuust-vue-icon --latest 更新。
在线查看图标:https://leadream.github.io/juuust-vue-icon/
在线查看图标:https://leadream.github.io/juuust-vue-icon/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "juuust-vue-icon",
"version": "0.1.1",
"version": "0.1.11",
"description": "Juuust Vue Icon, Automation workflow with Figma",
"main": "bundle/index.common.js",
"license": "Apache-2.0",
"files": [
"dist",
"es"
Expand Down