Skip to content

Commit 77bf8e7

Browse files
committed
ci: don't bother downloading artifact in publish script
1 parent 35c77ea commit 77bf8e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish to NPM
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [published]
67

@@ -11,11 +12,6 @@ jobs:
1112
id-token: write # Required for provenance
1213
steps:
1314
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
15-
with:
16-
name: dist
17-
path: dist
18-
1915
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
2016
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2117
with:

0 commit comments

Comments
 (0)