Skip to content

Commit 5fc754e

Browse files
authored
Update release.yaml
1 parent b49bd5b commit 5fc754e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release.yaml

-19
Original file line numberDiff line numberDiff line change
@@ -250,23 +250,4 @@ jobs:
250250
discussion_category_name: "📣 Announcements"
251251
files: ./release-packages/*
252252

253-
npm-package:
254-
name: Upload npm package
255-
runs-on: ubuntu-latest
256-
timeout-minutes: 15
257-
steps:
258-
- name: Download artifacts
259-
uses: dawidd6/action-download-artifact@v2
260-
id: download
261-
with:
262-
branch: ${{ github.ref }}
263-
workflow: build.yaml
264-
workflow_conclusion: completed
265-
check_artifacts: true
266-
name: npm-package
267253

268-
- uses: softprops/action-gh-release@v1
269-
with:
270-
draft: true
271-
discussion_category_name: "📣 Announcements"
272-
files: ./package.tar.gz

0 commit comments

Comments
 (0)