@codfish/actions-playground 0.0.0-PR-98--7a8d751 → 0.0.0-PR-98--4b8b96d

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,10 +17,8 @@ jobs:
17
17
 
18
18
  steps:
19
19
  - uses: actions/checkout@v6
20
- with:
21
- fetch-depth: 0
22
20
 
23
- - name: troubleshooting
21
+ - name: troubleshooting github context
24
22
  env:
25
23
  GITHUB_CONTEXT: ${{ toJson(github) }}
26
24
  run: |
@@ -89,7 +87,6 @@ jobs:
89
87
  '@semantic-release/npm',
90
88
  '@semantic-release/github'
91
89
  ]
92
- pnpm-dest: ${{ steps.pnpm-setup.outputs.dest }}
93
90
  env:
94
91
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
92
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -114,7 +111,6 @@ jobs:
114
111
  - uses: codfish/actions/npm-publish-pr@npm-trusted-publishing
115
112
  with:
116
113
  github-token: ${{ secrets.GITHUB_TOKEN }}
117
- # npm-token: ${{ secrets.NPM_TOKEN }}
118
114
 
119
115
  - name: Calculate build size
120
116
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-98--7a8d751",
3
+ "version": "0.0.0-PR-98--4b8b96d",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {