Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 4eb663f

Browse files
committed
fix(ci): added --dry-run flag in ci to check versions
1 parent 84d1bff commit 4eb663f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22
on:
3-
pull_request:
3+
pull_request:
44
branches:
55
- main
66
- next
@@ -17,3 +17,9 @@ jobs:
1717
node-version: 12
1818
- name: Install dependencies
1919
run: npm ci
20+
- name: Release
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
CI: true
25+
run: npm run semantic-release --dry-run

0 commit comments

Comments
 (0)