Skip to content

Commit

Permalink
Merge pull request #14 from mikeshng/fix-release-ghaction
Browse files Browse the repository at this point in the history
fix release github action
  • Loading branch information
openshift-merge-robot authored Aug 26, 2021
2 parents eba48e5 + fe47eec commit 84a3155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: install imagebuilder
run: go install github.com/openshift/imagebuilder/cmd/[email protected]
- name: images
run: make images
run: make build-images
- name: get release version
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 84a3155

Please sign in to comment.