Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Dec 11, 2023
1 parent 3114116 commit 1babd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
MINOR_VERSION=$(echo $version | cut -d '.' -f1,2)
git checkout -b $MINOR_VERSION
git push origin $MINOR_VERSION
git checkout main
- name: Bump cloudbeat version
run: |
git checkout main
sed -i'' -E "s/defaultBeatVersion = \"[0-9]+\.[0-9]+\"/defaultBeatVersion = \"${{github.event.inputs.version}}\"/g" version/version.go
git diff
Expand Down

0 comments on commit 1babd44

Please sign in to comment.