Skip to content

Commit 9560cf1

Browse files
chore(CI): change semantic-release to use CLI args for configuration
1 parent b876327 commit 9560cf1

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 }}
@@ -60,4 +60,4 @@ jobs:
6060
- name: Release to NPM
6161
env:
6262
DEBUG: semantic-release:*
63-
63+
run: npx [email protected] --branches main

0 commit comments

Comments
 (0)