Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 51548e9

Browse files
infra: fix release manual pipeline (#17)
1 parent f782784 commit 51548e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Release
22
on:
3-
release:
4-
types: [created]
3+
workflow_dispatch:
54

65
jobs:
76
build:
7+
name: Manual Release
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: '14'
1616
registry-url: https://registry.npmjs.org/
17-
- run: yarn
17+
- run: yarn --ignore-scripts
1818
- run: yarn test:cov
1919
- run: npm publish --access public
2020
env:

0 commit comments

Comments
 (0)