We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adc11b commit dd5cae4Copy full SHA for dd5cae4
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
39
publish:
40
runs-on: ubuntu-latest
41
- # needs: build
+ needs: build
42
env:
43
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
44
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
@@ -59,4 +59,4 @@ jobs:
59
- name: Release to NPM
60
61
DEBUG: semantic-release:*
62
- run: npx [email protected] --branches main --dry-run
+ run: npx [email protected] --branches main
0 commit comments