Skip to content

Commit

Permalink
chore(ci): remove dry-run flag from semantic-release
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Nov 14, 2024
1 parent e9ebc6c commit 73f1400
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 @@ -61,7 +61,7 @@ jobs:
run: yarn install && yarn webpack --mode production --env production --no-watch

- name: Semantic Release
run: npx semantic-release -d
run: npx semantic-release
env:
EDGE_ACCESS_TOKEN_URL: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
EDGE_CLIENT_ID: ${{ secrets.EDGE_CLIENT_ID }}
Expand Down

0 comments on commit 73f1400

Please sign in to comment.