Skip to content

Commit dd5cae4

Browse files
chore(CI): disable dry run mode for semantic-release
1 parent 5adc11b commit dd5cae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
publish:
4040
runs-on: ubuntu-latest
41-
# needs: build
41+
needs: build
4242
env:
4343
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
4444
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
@@ -59,4 +59,4 @@ jobs:
5959
- name: Release to NPM
6060
env:
6161
DEBUG: semantic-release:*
62-
run: npx [email protected] --branches main --dry-run
62+
run: npx [email protected] --branches main

0 commit comments

Comments
 (0)