Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c3af028 + ab77890 commit 58d3bebCopy full SHA for 58d3beb
.github/workflows/main.yml
@@ -19,8 +19,7 @@ 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
- # TODO: remove --dry-run after testing and when a real release is needed
23
- run: npx semantic-release --dry-run
+ run: npx semantic-release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments