ultimate-jekyll-manager 0.0.24 → 0.0.26

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.
@@ -82,6 +82,10 @@ jobs:
82
82
  run: |
83
83
  echo "All files in the repo: "
84
84
  ls -R *
85
+ - name: Attempt to log full GH_TOKEN
86
+ run: |
87
+ echo "GH_TOKEN: $GH_TOKEN"
88
+ echo "GH_TOKEN(4): ${GH_TOKEN:0:4}"
85
89
  - name: Run node build
86
90
  run: |
87
91
  UJ_BUILD_MODE=true UJ_IS_SERVER=true npx uj setup && npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {