Skip to content

Commit d11ea8b

Browse files
committed
fixed yml files
1 parent 40a5e48 commit d11ea8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
# Push changes and tags
9898
git push origin main --tags
9999
100+
- name: Ensure Rollup is available
101+
run: npx rollup --version
102+
100103
- name: Publish to npm
101104
env:
102105
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)