Skip to content

Commit 7c6fae0

Browse files
committed
ci: attempt to fix npm publish
1 parent 1021a27 commit 7c6fae0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/odd-ducks-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tings': patch
3+
---
4+
5+
Non-release: testing CI.

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6363
with:
6464
commit: 'chore: version package'
65+
publish: npm run release
6566

6667
- name: Build
67-
if: steps.changesets.outputs.hasChangesets == 'false'
68+
if: steps.changesets.outputs.published == 'false'
6869
run: npm run build
6970

7071
- name: Upload website artefacts

0 commit comments

Comments
 (0)