Skip to content

Commit

Permalink
Fix label version
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Jul 26, 2023
1 parent 84aeccc commit c2ffb04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions openshift/release/create-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ git checkout openshift/main -- openshift OWNERS
git add openshift OWNERS
git commit -m "Add openshift specific files."

# Drop the release-suffix and add the micro version with '0'.
# e.g. release-1.9 => 1.9.0
VERSION=${release#"release-"}.0

openshift/release/download_release_artifacts.sh ${VERSION}
openshift/release/download_release_artifacts.sh ${release}

Check warning on line 31 in openshift/release/create-release-branch.sh

View workflow job for this annotation

GitHub Actions / Lint

[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./release/create-release-branch.sh:31:49: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
git add .
git commit -am ":fire: Generate artifacts."

Expand Down

0 comments on commit c2ffb04

Please sign in to comment.