Skip to content

Commit

Permalink
fix: automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina committed Jul 22, 2020
1 parent ec59b83 commit cf364a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@snow-tree'
- run: npm install
- run: npm run rollup
- run: npm run cli
- run: npm version --no-git-tag-version ${{ needs.build.outputs.app_version }}
- run: npm publish
env:
Expand Down

0 comments on commit cf364a5

Please sign in to comment.