Skip to content

Commit 83299e9

Browse files
committed
fix: explicit build before release since prePublishOnly does not run
1 parent 871d557 commit 83299e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- run: npm ci --ignore-scripts
1919
- run: npm test
20+
- run: npm run build
2021
- run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save
2122
- uses: codfish/semantic-release-action@v1
2223
env:

0 commit comments

Comments
 (0)