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 1021a27 commit 7c6fae0Copy full SHA for 7c6fae0
.changeset/odd-ducks-do.md
@@ -0,0 +1,5 @@
1
+---
2
+'tings': patch
3
4
+
5
+Non-release: testing CI.
.github/workflows/workflow.yml
@@ -62,9 +62,10 @@ jobs:
62
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
63
with:
64
commit: 'chore: version package'
65
+ publish: npm run release
66
67
- name: Build
- if: steps.changesets.outputs.hasChangesets == 'false'
68
+ if: steps.changesets.outputs.published == 'false'
69
run: npm run build
70
71
- name: Upload website artefacts
0 commit comments