Skip to content

Commit 53db80f

Browse files
committed
Update deps
1 parent 5502d07 commit 53db80f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/loose-spoons-read.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"marx-css": patch
3+
---
4+
5+
Fix CI/CD
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131
run: npm install -g npm@11.5.1
3232
- name: Install dependencies
3333
run: npm ci
34+
- name: Build package
35+
run: npm run build
3436
- name: Create release PR or publish
3537
uses: changesets/action@v1
3638
with:
37-
publish: npm run build && npm run release
39+
publish: npx changeset publish
3840
env:
3941
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4042
NPM_CONFIG_PROVENANCE: "true"

0 commit comments

Comments
 (0)