Skip to content

Commit 6b14cff

Browse files
authored
Alexhancock/publish npm file format fix (#8091)
1 parent 21bc462 commit 6b14cff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
name: Release
3838
runs-on: ubuntu-latest
3939
needs: build-native
40+
environment:
41+
name: npm-production-publishing
42+
url: https://www.npmjs.com/org/block
4043
steps:
4144
- name: Checkout
4245
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
@@ -117,9 +120,6 @@ jobs:
117120
if: inputs.dry-run != true && github.ref == 'refs/heads/main'
118121
id: changesets
119122
uses: changesets/action@6d3568c53fbe1db6c1f9ab1c7fbf9092bc18627f # v1
120-
environment:
121-
name: npm-production-publishing
122-
url: https://www.npmjs.com/org/block
123123
with:
124124
publish: npm run release
125125
version: npm run version

0 commit comments

Comments
 (0)