We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5502d07 commit 53db80fCopy full SHA for 53db80f
2 files changed
.changeset/loose-spoons-read.md
@@ -0,0 +1,5 @@
1
+---
2
+"marx-css": patch
3
4
+
5
+Fix CI/CD
.github/workflows/release.yml .github/workflows/npm-publish.yml.github/workflows/release.yml renamed to .github/workflows/npm-publish.yml
@@ -31,10 +31,12 @@ jobs:
31
run: npm install -g npm@11.5.1
32
- name: Install dependencies
33
run: npm ci
34
+ - name: Build package
35
+ run: npm run build
36
- name: Create release PR or publish
37
uses: changesets/action@v1
38
with:
- publish: npm run build && npm run release
39
+ publish: npx changeset publish
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
NPM_CONFIG_PROVENANCE: "true"
0 commit comments