Skip to content

Commit c74713a

Browse files
committed
build(plugin): relase 1.0.0
1 parent b489eea commit c74713a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ jobs:
117117
- run: npm clean-install
118118
- run: npm audit signatures
119119
# Branches that will release new versions are defined in .releaserc.json
120-
# @TODO remove --dry-run after verifying everything is good to go
121-
- run: npx semantic-release --dry-run
120+
- run: npx semantic-release
122121
# Don't allow interrupting the release step if the job is cancelled, as it can lead to an inconsistent state
123122
# e.g. git tags were pushed but it exited before `npm publish`
124123
if: always()

0 commit comments

Comments
 (0)