We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bc462 commit 6b14cffCopy full SHA for 6b14cff
1 file changed
.github/workflows/publish-npm.yml
@@ -37,6 +37,9 @@ jobs:
37
name: Release
38
runs-on: ubuntu-latest
39
needs: build-native
40
+ environment:
41
+ name: npm-production-publishing
42
+ url: https://www.npmjs.com/org/block
43
steps:
44
- name: Checkout
45
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
@@ -117,9 +120,6 @@ jobs:
117
120
if: inputs.dry-run != true && github.ref == 'refs/heads/main'
118
121
id: changesets
119
122
uses: changesets/action@6d3568c53fbe1db6c1f9ab1c7fbf9092bc18627f # v1
- environment:
- name: npm-production-publishing
- url: https://www.npmjs.com/org/block
123
with:
124
publish: npm run release
125
version: npm run version
0 commit comments