We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c66ac commit be91c43Copy full SHA for be91c43
‎.github/workflows/release.yml‎
@@ -55,8 +55,8 @@ jobs:
55
- name: build svg-only action
56
run: |
57
yarn install --frozen-lockfile
58
- yarn build:demo
59
- mv packages/demo/dist/* svg-only/
+ yarn build:action
+ mv packages/action/dist/* svg-only/
60
61
- name: push new commit
62
uses: EndBug/add-and-commit@v7
@@ -70,6 +70,5 @@ jobs:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
with:
72
tag_name: v${{ github.event.inputs.version }}
73
- # release_name: Release ${{ github.event.inputs.version }}
74
body: ${{ github.event.inputs.description }}
75
prerelease: ${{ github.event.inputs.prerelease }}
0 commit comments