diff --git a/.github/workflows/publish-cloudformation.yml b/.github/workflows/publish-cloudformation.yml index 7bd2b6d9f2..212fd75dcf 100644 --- a/.github/workflows/publish-cloudformation.yml +++ b/.github/workflows/publish-cloudformation.yml @@ -2,16 +2,16 @@ name: Publish-CloudFormation on: workflow_dispatch: - # push: - # branches: - # - main - # - "[0-9]+.[0-9]+" - # paths: - # - deploy/asset-inventory-cloudformation/*.yml - # - deploy/cloudformation/*.yml - # - scripts/publish_cft.sh - # - .github/workflows/publish-cloudformation.yml - # - version/version.go + push: + branches: + - main + - "[0-9]+.[0-9]+" + paths: + - deploy/asset-inventory-cloudformation/*.yml + - deploy/cloudformation/*.yml + - scripts/publish_cft.sh + - .github/workflows/publish-cloudformation.yml + - version/version.go jobs: publish_cloudformation: diff --git a/version/version.go b/version/version.go index 9818721cc5..e4494c88b6 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ package version // name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion -const defaultBeatVersion = "8.17.0" +const defaultBeatVersion = "9.0.0" // Version represents version information for a package type Version struct {