Skip to content

Commit ffedafb

Browse files
Update .github/workflows/ci.yml
Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com>
1 parent 3ae8497 commit ffedafb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,15 @@ jobs:
6666
name: dist
6767
path: dist/
6868

69+
- name: Pack
70+
run: npm pack
71+
72+
- name: Upload package
73+
uses: actions/upload-artifact@v4
74+
with:
75+
name: package-tarball
76+
path: '*.tgz'
77+
retention-days: 7
78+
6979
- name: Publish (trusted publishing)
70-
run: npm publish
80+
run: npm publish --dry-run

0 commit comments

Comments
 (0)