Skip to content

Commit

Permalink
chore: enable semantic-release by removing the --dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jun 24, 2024
1 parent 7b6009d commit 3089de4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
node-version: [ '18.x', '20.x', '21.x', '22.x' ]


steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -103,5 +102,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --dry-run
run: npx semantic-release

0 comments on commit 3089de4

Please sign in to comment.