@sanity/plugin-kit 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,9 +90,9 @@ jobs:
90
90
  - run: npm test
91
91
 
92
92
  release:
93
- needs: test
94
- # only run if opt-in during workflow_dispatch, and run if tests are skipped using the toggle, but not if they have failed
95
- if: always() && github.event.inputs.release == 'true' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
93
+ needs: [build, test]
94
+ # only run if opt-in during workflow_dispatch
95
+ if: always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
96
96
  runs-on: ubuntu-latest
97
97
  name: Semantic release
98
98
  steps:
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "sanity-io",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "sanity-io",