Skip to content

Commit e0e6fc5

Browse files
fix: automated releases
1 parent d6352dc commit e0e6fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- run: npm test
2323
- run: npm run rollup
2424
- run: npm run cli
25-
- run: node_modules/.bin/semantic-release
2625
- id: get_app_version
2726
run: echo "::set-output name=app_version::$(node_modules/.bin/semantic-release --dry-run | perl -ne '/(?<=The next release version is ).*(0|(?:[1-9]\d*))(?:\.(0|(?:[1-9]\d*))(?:\.(0|(?:[1-9]\d*)))?(?:\-([\w][\w\.\-_]*))?)+/gi && print $&' | rev | cut -c1- | rev)"
28-
27+
- run: node_modules/.bin/semantic-release
28+
2929
publish_github:
3030
runs-on: ubuntu-latest
3131
if: ${{ needs.build.outputs.app_version }}

0 commit comments

Comments
 (0)