@delega-dev/cli 1.0.3 → 1.0.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.
@@ -45,7 +45,6 @@ jobs:
45
45
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46
46
 
47
47
  - name: Generate changelog
48
- id: changelog
49
48
  run: |
50
49
  PREV_TAG=$(git tag --sort=-v:refname | sed -n '2p')
51
50
  if [ -n "$PREV_TAG" ]; then
@@ -57,7 +56,6 @@ jobs:
57
56
  echo "" >> /tmp/changelog.md
58
57
  git log --pretty=format:"- %s (%h)" --no-merges >> /tmp/changelog.md
59
58
  fi
60
- cat /tmp/changelog.md
61
59
 
62
60
  - name: Create GitHub Release
63
61
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delega-dev/cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CLI for Delega task API",
5
5
  "type": "module",
6
6
  "bin": {
@@ -35,7 +35,8 @@
35
35
  "node": ">=18.0.0"
36
36
  },
37
37
  "publishConfig": {
38
- "access": "public"
38
+ "access": "public",
39
+ "registry": "https://registry.npmjs.org/"
39
40
  },
40
41
  "homepage": "https://delega.dev",
41
42
  "bugs": {