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 41239ba commit 97cb41aCopy full SHA for 97cb41a
.github/workflows/main.yml
@@ -19,7 +19,8 @@ jobs:
19
# only release from the master branch in parent repository, not in a fork
20
if: (github.ref == 'refs/heads/master') &&
21
(github.repository == 'cypress-io/commit-info')
22
- run: npx semantic-release
+ # TODO: remove --dry-run after testing and when a real release is needed
23
+ run: npx semantic-release --dry-run
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments