Skip to content

Commit

Permalink
Fixes file attachments in release script
Browse files Browse the repository at this point in the history
Signed-off-by: Puneet Punamiya <[email protected]>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Mar 7, 2022
1 parent 8bd6fe7 commit 1f8cdd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ createGitTag() {

hub release create --draft --prerelease -a db.yaml \
-a db-migration.yaml \
-a api-k8s.yaml \
-a api-kubernetes.yaml \
-a api-openshift.yaml \
-a ui-k8s.yaml \
-a ui-kubernetes.yaml \
-a ui-openshift.yaml \
-m "${RELEASE_VERSION}" "${RELEASE_VERSION}"
}
Expand Down

0 comments on commit 1f8cdd1

Please sign in to comment.