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