Skip to content

Commit 5b6c803

Browse files
authored
fix: release bug (#71)
1 parent 6a3ba92 commit 5b6c803

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
needs: check
4949
if: needs.check.outputs.VERSION_EXISTS == 'false'
5050
steps:
51+
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
52+
- uses: actions/checkout@v4
53+
- uses: actions/setup-node@v4
54+
with:
55+
node-version-file: package.json
56+
registry-url: "https://registry.npmjs.org"
57+
cache: "npm"
5158
- name: Build package
5259
run: |
5360
npm ci

0 commit comments

Comments
 (0)