Skip to content

Commit 5feda32

Browse files
authored
Merge pull request relayjs#145 from relayjs/captbaritone-patch-1
Increase verbosity of npm publish from CI
2 parents 0fb398b + deff0d3 commit 5feda32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fi
6565
- name: Publish to npm
6666
if: github.ref == 'refs/heads/main' || github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
67-
run: npm publish ${TAG}
67+
run: npm publish --verbose ${TAG}
6868
env:
6969
TAG: ${{ github.ref == 'refs/heads/main' && '--tag=main' || ((contains(github.ref_name, '-rc.') && '--tag=dev') || '' )}}
7070
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)