Skip to content

Commit

Permalink
fix release (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Feb 4, 2021
1 parent 4c5c599 commit a6eefcd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
id: build_release
env:
VERSION: ${{ github.event.release.tag_name }}
DOCKER_REPO: ${GITHUB_ACTOR}
run: |
DOCKER_REPO=${GITHUB_ACTOR} make release
DOCKER_REPO=${GITHUB_ACTOR} make docker-push
make release
make docker-push
- name: Upload crd.yaml to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit a6eefcd

Please sign in to comment.