@nosto/nosto-cli 1.2.1 → 1.2.2

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.
@@ -6,6 +6,7 @@ on:
6
6
 
7
7
  permissions:
8
8
  contents: read
9
+ id-token: write
9
10
 
10
11
  # Allow only one concurrent deployment, and wait for the current one to finish
11
12
  concurrency:
@@ -34,9 +35,10 @@ jobs:
34
35
  run: npm test
35
36
 
36
37
  - name: Publish project
37
- uses: cycjimmy/semantic-release-action@9cc899c47e6841430bbaedb43de1560a568dfd16 # v5.0.0
38
+ uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
38
39
  id: semantic
39
40
  with:
41
+ semantic_version: 25.0.2
40
42
  extra_plugins: |
41
43
  @semantic-release/changelog
42
44
  @semantic-release/git
@@ -46,4 +48,3 @@ jobs:
46
48
  ]
47
49
  env:
48
50
  GITHUB_TOKEN: ${{ secrets.RELEASE_PAT_TOKEN }}
49
- NPM_TOKEN: ${{ secrets.NPMJS_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nosto/nosto-cli",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "main": "./src/index.ts",
5
5
  "bin": {
6
6
  "nosto": "./src/bootstrap.mjs"
@@ -62,5 +62,9 @@
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"
65
+ },
66
+ "repository": {
67
+ "type": "git",
68
+ "url": "git+https://github.com/Nosto/nosto-cli"
65
69
  }
66
70
  }