Skip to content

Commit 2f14510

Browse files
committed
ci: handle empty input as core
1 parent aa09307 commit 2f14510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: npm publish --tag beta --dry-run
4545

4646
create-github-release:
47-
if: github.event.inputs.workspace == '@segment/analytics-react-native' || github.ref == '@segment/analytics-react-native'
47+
if: github.event.inputs.workspace == '' || github.event.inputs.workspace == '@segment/analytics-react-native'
4848
name: Create GitHub Release
4949
permissions:
5050
contents: write

0 commit comments

Comments
 (0)