We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dfccd commit 21037c4Copy full SHA for 21037c4
.github/workflows/ci-cd.yml
@@ -286,7 +286,7 @@ jobs:
286
run: |
287
git config --global user.name "github-actions[bot]"
288
git config --global user.email "github-actions[bot]@users.noreply.github.com"
289
- semantic-release publish -v --noop
+ semantic-release --noop publish
290
291
- name: Check for existing tags
292
id: check-tags
0 commit comments