Skip to content

Commit

Permalink
Merge pull request #27 from mikeshng/fix-release-githubaction
Browse files Browse the repository at this point in the history
fix github action release
  • Loading branch information
openshift-merge-robot authored Aug 26, 2021
2 parents 9425c5d + 3a07694 commit 7f8c752
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 7f8c752

Please sign in to comment.