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 bd50460 commit 55f981eCopy full SHA for 55f981e
.github/workflows/nodejs.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: yarn install, build, and test
42
run: |
43
cd template/cra-subgraph && yarn install
44
- run: npx semantic-release
+ npx semantic-release
45
env:
46
CI: true
47
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments