semantic-release-gha-output 1.1.1 → 1.1.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.
@@ -17,6 +17,8 @@ jobs:
17
17
  issues: write
18
18
  pull-requests: write
19
19
  id-token: write
20
+ environment:
21
+ name: npmjs
20
22
  steps:
21
23
  - name: Checkout code
22
24
  uses: actions/checkout@v4
@@ -26,7 +28,8 @@ jobs:
26
28
  - name: Setup Node.js
27
29
  uses: actions/setup-node@v4
28
30
  with:
29
- node-version: '20.14.0'
31
+ node-version: '22'
32
+ registry-url: 'https://registry.npmjs.org'
30
33
 
31
34
  - name: Install dependencies
32
35
  run: npm ci
@@ -37,5 +40,4 @@ jobs:
37
40
  - name: Run semantic-release
38
41
  env:
39
42
  GITHUB_TOKEN: ${{ github.token }}
40
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41
43
  run: npx semantic-release
package/package.json CHANGED
@@ -4,10 +4,10 @@
4
4
  "name": "Zachary Spar",
5
5
  "email": "zachspar@gmail.com"
6
6
  },
7
- "version": "1.1.1",
7
+ "version": "1.1.3",
8
8
  "type": "module",
9
9
  "homepage": "https://github.com/zachspar/semantic-release-gha-output",
10
- "repository": "git@github.com:zachspar/semantic-release-gha-output.git",
10
+ "repository": "git+https://github.com/zachspar/semantic-release-gha-output.git",
11
11
  "bugs": "https://github.com/zachspar/semantic-release-gha-output/issues",
12
12
  "readme": "README.md",
13
13
  "license": "MIT",