Sign in
apache
/
airflow-codecov-action
/
133f89a6b73ce4eacb2d310c657b56e8cced6968
/
.
/
Makefile
blob: 109980de027f55e956ba09781086848ff0cd8994 [
file
] [
log
] [
blame
]
deploy
:
$
(
eval
VERSION
:=
$
(
shell cat package
.
json
|
grep
'"version": '
|
cut
-
d\"
-
f4
))
git tag
-
d v1
git push origin
:
v1
git tag v1
git tag v$
(
VERSION
)
-
m
""
git push origin
--
tags