@daiyam/artifact-npm 0.7.2 → 0.7.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.
@@ -13,6 +13,7 @@ permissions:
13
13
  jobs:
14
14
  publish:
15
15
  runs-on: ubuntu-latest
16
+ environment: publish
16
17
  steps:
17
18
  - name: Checkout code
18
19
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -2,4 +2,4 @@ rules:
2
2
  superfluous-actions:
3
3
  ignore:
4
4
  # allows `softprops/action-gh-release` action
5
- - publish.yml:93
5
+ - publish.yml:94
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-npm",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
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": "a13ae298dde76d9c2f8638fbc842b25c1ff48139"
34
+ "gitHead": "e88dacc748673d9fd82056f1578621f50f31e475"
35
35
  }