Skip to content

Commit eb247b8

Browse files
authored
Merge pull request #32 from heshanera/develop
fix: package publish action
2 parents 34c8cd6 + 1a610c5 commit eb247b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
node-version: ${{ matrix.node-version }}
5959
cache: 'npm'
6060
- run: npm ci
61+
- run: npm run build --if-present
6162
- run: npm run semantic-release
6263
env:
6364
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)