Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
github.event_name != 'workflow_dispatch'
|| inputs.publish_to_npm != true
|| github.ref == 'refs/heads/main'
uses: stella/.github/.github/workflows/npm-version-preflight.yml@a34fb098e5a47e63362a2da0c3fcaccf8eae1c35
uses: stella/.github/.github/workflows/npm-version-preflight.yml@1cf2d8c99d478e37c653dbe25816bfe5b26157ce
with:
package-files: package.json
publish-to-npm: >-
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
needs.preflight.outputs.already-released != 'true'
&& (github.event_name == 'push'
|| (inputs.publish_to_npm && github.ref == 'refs/heads/main'))
uses: stella/.github/.github/workflows/npm-version-finalize.yml@a34fb098e5a47e63362a2da0c3fcaccf8eae1c35
uses: stella/.github/.github/workflows/npm-version-finalize.yml@1cf2d8c99d478e37c653dbe25816bfe5b26157ce
with:
package-files: package.json
publish-to-npm: >-
Expand Down
Loading