gm-printer 10.28.2 → 10.28.4-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,10 +22,7 @@ jobs:
22
22
  node-version: 16.x
23
23
  registry-url: 'https://registry.npmjs.org'
24
24
 
25
- - name: ChangeLog
26
- run: npx changelogithub
27
- env:
28
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
25
+
29
26
 
30
27
  - name: Setup
31
28
  run: npm i -g @antfu/ni
@@ -47,3 +44,7 @@ jobs:
47
44
  fi
48
45
  env:
49
46
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
47
+ # - name: ChangeLog
48
+ # run: npx changelogithub
49
+ # env:
50
+ # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}