Skip to content

Commit d0eaf7b

Browse files
committed
update action
1 parent a8ce6fd commit d0eaf7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
IMAGE_TAG_BASE: streamnative/function-mesh
5151
CATALOG_BRANCH_TAG: latest
5252
run: |
53-
make release
54-
make docker-push
5553
# convert vx.y.z to x.y.z because a valid semver is needed in creating the bundle
5654
VERSION=$(echo $VERSION|cut -c 2-)
55+
make release
56+
make docker-push
5757
make docker-build image-push bundle bundle-build bundle-push catalog-build catalog-push
5858
5959
- name: Upload crd.yaml to release

0 commit comments

Comments
 (0)