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 384b0c0 commit e3bd88fCopy full SHA for e3bd88f
1 file changed
.github/workflows/packaging.yaml
@@ -39,11 +39,7 @@ jobs:
39
# We create release only if the version in the package.json have been upgraded and this CI is running against the main branch.
40
# We allow branches with a PR open on main to publish pre-release (x.y.z-rc.u) but not actual releases.
41
if: |
42
- needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' &&
43
- (
44
- github.event_name == 'push' ||
45
- needs.check_if_version_upgraded.outputs.is_pre_release == 'true'
46
- )
+ needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
47
needs:
48
- check_if_version_upgraded
49
steps:
0 commit comments