Skip to content

Commit 2a4e490

Browse files
committed
fix(workflow): use lib folder from build
1 parent cf7c002 commit 2a4e490

File tree

15 files changed

+10
-2760
lines changed

15 files changed

+10
-2760
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ jobs:
2424
run: npm ci
2525
- name: Build 🔧
2626
run: npm run build --if-present
27-
- name: Test
27+
- name: Test 🧪
2828
run: npm run test --if-present
29+
- name: Archive production artifacts 🚀
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: lib
33+
path: lib
2934
release:
3035
name: semantic-release
3136
needs: [build]
@@ -39,6 +44,10 @@ jobs:
3944
uses: actions/setup-node@v4
4045
with:
4146
node-version: '20.x'
47+
- name: Download artifacts
48+
uses: actions/download-artifact@v4
49+
with:
50+
name: lib
4251
- name: Publish package 📦
4352
run: |
4453
npm ci

lib/IMSInterface.d.ts

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)