Skip to content

Commit 8c0f280

Browse files
committed
chore: Conditionally add .npmrc configuration in release workflow
1 parent ef6f52d commit 8c0f280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: ./.github/actions/setup
2929
if: ${{ steps.release.outputs.release_created }}
3030
- name: Create .npmrc
31+
if: ${{ steps.release.outputs.release_created }}
3132
run: |
3233
(
3334
# shellcheck disable=SC2016

0 commit comments

Comments
 (0)