Skip to content

Commit e1dcae7

Browse files
committed
👷
1 parent 5df4191 commit e1dcae7

File tree

5 files changed

+4
-48726
lines changed

5 files changed

+4
-48726
lines changed

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
yarn install --frozen-lockfile
5858
yarn build:action
59-
mv packages/action/dist/* svg-only/
59+
mv packages/action/dist svg-only/dist
6060
6161
- name: push new commit
6262
uses: EndBug/add-and-commit@v7

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
npm-debug.log*
33
yarn-error.log*
44
dist
5+
!svg-only/dist
56
build

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"type": "tsc --noEmit",
20-
"lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/*/dist/**'",
20+
"lint": "yarn prettier -c '**/*.{ts,js,json,md,yml,yaml}' '!packages/*/dist/**' '!svg-only/dist/**'",
2121
"test": "jest --verbose --passWithNoTests --no-cache",
2222
"dev:demo": "( cd packages/demo ; yarn dev )",
2323
"build:demo": "( cd packages/demo ; yarn build )",

‎svg-only/action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "platane"
44

55
runs:
66
using: node16
7-
main: index.js
7+
main: dist/index.js
88

99
inputs:
1010
github_user_name:

0 commit comments

Comments
 (0)