Skip to content

Commit

Permalink
Merge pull request #132 from hildjj/submodules-publish
Browse files Browse the repository at this point in the history
Fix publish workflow to pull submodules
  • Loading branch information
hildjj authored Feb 6, 2025
2 parents 1834066 + ee82ae3 commit c477e53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: install corepack
run: |
npm install -g corepack@latest --force
Expand All @@ -24,8 +26,8 @@ jobs:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- run: pnpm i -r
- run: npm run build
- run: pnpm install
- run: npm run test
- run: npm pkg delete devDependencies scripts packageManager pnpm
- run: npm publish --access public --provenance
env:
Expand Down

0 comments on commit c477e53

Please sign in to comment.