@daiyam/artifact-npm 0.8.1 → 0.8.3

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.
@@ -110,7 +110,7 @@ jobs:
110
110
 
111
111
  - name: Release
112
112
  if: env.RELEASE_EXISTS == 'no'
113
- uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
113
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
114
114
  with:
115
115
  files: |
116
116
  ${{ env.TGZ_NAME }}
@@ -2,4 +2,4 @@ rules:
2
2
  superfluous-actions:
3
3
  ignore:
4
4
  # allows `softprops/action-gh-release` action
5
- - publish.yml:103
5
+ - publish.yml:113
@@ -3,6 +3,6 @@
3
3
  "release": "release-it"
4
4
  },
5
5
  "devDependencies": {
6
- "release-it": "20.0.0-1"
6
+ "release-it": "20.0.0"
7
7
  }
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-npm",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "description": "The configuration to create node modules and publish them on npm.",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "6c88062cc2705f10fb714ab26eabd12702c6e892"
34
+ "gitHead": "b74f0f5455ab56fa016af37fb38a82dd4e705e32"
35
35
  }