Skip to content

Commit

Permalink
fix(workflow): use lib folder from build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSpoocy committed May 8, 2024
1 parent cf7c002 commit 2a4e490
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 2,760 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
run: npm ci
- name: Build 🔧
run: npm run build --if-present
- name: Test
- name: Test 🧪
run: npm run test --if-present
- name: Archive production artifacts 🚀
uses: actions/upload-artifact@v4
with:
name: lib
path: lib
release:
name: semantic-release
needs: [build]
Expand All @@ -39,6 +44,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: lib
- name: Publish package 📦
run: |
npm ci
Expand Down
128 changes: 0 additions & 128 deletions lib/IMSInterface.d.ts

This file was deleted.

Loading

0 comments on commit 2a4e490

Please sign in to comment.