We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa09307 commit 2f14510Copy full SHA for 2f14510
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
run: npm publish --tag beta --dry-run
45
46
create-github-release:
47
- if: github.event.inputs.workspace == '@segment/analytics-react-native' || github.ref == '@segment/analytics-react-native'
+ if: github.event.inputs.workspace == '' || github.event.inputs.workspace == '@segment/analytics-react-native'
48
name: Create GitHub Release
49
permissions:
50
contents: write
0 commit comments