Skip to content

Commit c9c36f0

Browse files
committed
Don't publish to cloudsmith if this is a pre-release - we want to only publish stable releases for now.
1 parent 51d971d commit c9c36f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ jobs:
777777
daily: ${{ inputs.pre-release }}
778778

779779
cloudsmith-push:
780-
if: ${{ inputs.publish-release }}
780+
if: ${{ inputs.publish-release && ! (inputs.pre-release == true) }}
781781
runs-on: ubuntu-latest
782782
needs: [configure, publish-release]
783783
strategy:

0 commit comments

Comments
 (0)