Skip to content

Commit be91c43

Browse files
committed
👷
1 parent 67c66ac commit be91c43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
- name: build svg-only action
5656
run: |
5757
yarn install --frozen-lockfile
58-
yarn build:demo
59-
mv packages/demo/dist/* svg-only/
58+
yarn build:action
59+
mv packages/action/dist/* svg-only/
6060
6161
- name: push new commit
6262
uses: EndBug/add-and-commit@v7
@@ -70,6 +70,5 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
with:
7272
tag_name: v${{ github.event.inputs.version }}
73-
# release_name: Release ${{ github.event.inputs.version }}
7473
body: ${{ github.event.inputs.description }}
7574
prerelease: ${{ github.event.inputs.prerelease }}

0 commit comments

Comments
 (0)