@codfish/actions-playground 0.0.0-PR-98--7a8d751 → 0.0.0-PR-98--93bf66f
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,8 +17,6 @@ jobs:
|
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- uses: actions/checkout@v6
|
|
20
|
-
with:
|
|
21
|
-
fetch-depth: 0
|
|
22
20
|
|
|
23
21
|
- name: troubleshooting
|
|
24
22
|
env:
|
|
@@ -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