Alexhancock/publish npm file format fix (#8091)
This commit is contained in:
@@ -37,6 +37,9 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build-native
|
needs: build-native
|
||||||
|
environment:
|
||||||
|
name: npm-production-publishing
|
||||||
|
url: https://www.npmjs.com/org/block
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||||
@@ -117,9 +120,6 @@ jobs:
|
|||||||
if: inputs.dry-run != true && github.ref == 'refs/heads/main'
|
if: inputs.dry-run != true && github.ref == 'refs/heads/main'
|
||||||
id: changesets
|
id: changesets
|
||||||
uses: changesets/action@6d3568c53fbe1db6c1f9ab1c7fbf9092bc18627f # v1
|
uses: changesets/action@6d3568c53fbe1db6c1f9ab1c7fbf9092bc18627f # v1
|
||||||
environment:
|
|
||||||
name: npm-production-publishing
|
|
||||||
url: https://www.npmjs.com/org/block
|
|
||||||
with:
|
with:
|
||||||
publish: npm run release
|
publish: npm run release
|
||||||
version: npm run version
|
version: npm run version
|
||||||
|
|||||||
Reference in New Issue
Block a user