Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 952e10e

Browse files
committed
ci(repos): remove dry run mode
run real release cycle [ch8743]
1 parent 83eaa9c commit 952e10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master-check-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- name: Build
5151
run: yarn build
5252
- name: Version
53-
run: yarn semantic-release -d
53+
run: yarn semantic-release
5454
env:
5555
GH_TOKEN: ${{ secrets.ADMIN_GH_TOKEN }}

0 commit comments

Comments
 (0)