We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f613176 commit 9f8939fCopy full SHA for 9f8939f
1 file changed
.github/workflows/publish.reusable.yml
@@ -47,6 +47,10 @@ jobs:
47
run: |
48
cat packages/@postgrestools/postgrestools/package.json
49
50
+ - name: Print package.json
51
+ run: |
52
+ cat packages/@postgrestools/cli-aarch64-apple-darwin/package.json
53
+
54
- name: Publish npm packages as nightly
55
if: inputs.is-prerelease == 'true'
56
0 commit comments