Skip to content

Commit cf364a5

Browse files
fix: automated releases
1 parent ec59b83 commit cf364a5

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
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
registry-url: 'https://npm.pkg.github.com'
3838
scope: '@snow-tree'
39+
- run: npm install
40+
- run: npm run rollup
41+
- run: npm run cli
3942
- run: npm version --no-git-tag-version ${{ needs.build.outputs.app_version }}
4043
- run: npm publish
4144
env:

0 commit comments

Comments
 (0)