mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 12:22:35 +00:00
fix: Add repository checkout to publish NPM workflow
This commit is contained in:
parent
cfe0fb1514
commit
0c901f0144
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish_npm.yml
vendored
2
.github/workflows/publish_npm.yml
vendored
|
|
@ -9,6 +9,8 @@ jobs:
|
|||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Setup repo
|
||||
uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
run_install: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue