We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ebd0b commit a2b0444Copy full SHA for a2b0444
1 file changed
.github/workflows/canary.yml
@@ -57,5 +57,8 @@ jobs:
57
- name: Update npm
58
run: npm install -g npm@latest
59
60
+ - name: Debug
61
+ run: cat package.json
62
+
63
- name: Publish canary release
64
run: npm publish --tag canary --access public
0 commit comments