We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56229f commit c843f27Copy full SHA for c843f27
1 file changed
.github/workflows/create-github-release.yml
@@ -27,7 +27,7 @@ jobs:
27
working-directory: ${{ github.workspace }}/.github/semantic-release
28
29
- name: Perform release
30
- run: npx semantic-release --dry-run
+ run: npx semantic-release
31
32
env:
33
GH_TOKEN: ${{ github.token }}
0 commit comments