Skip to content

Commit

Permalink
ci: turn off dry mode 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasphil committed Aug 22, 2024
1 parent 5d6f094 commit 289c42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
scope: "@digitalservicebund"
- run: npm ci
- run: npm run build
- run: npx semantic-release --dry-run
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 289c42f

Please sign in to comment.