mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-12-16 20:32:34 +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
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
run_install: false
|
run_install: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue