release from CI

This commit is contained in:
Pierre Dubouilh
2025-02-09 18:46:33 +01:00
parent 833627587c
commit 491efb2adb
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ name: deploy
on:
push:
tags:
- '*'
branches:
- main
jobs:
build:
+4
View File
@@ -1,4 +1,8 @@
BLOCKFAST_VERS := $(shell date '+%Y-%m-%d') / $(shell git rev-parse --short HEAD)
export BLOCKFAST_VERS
build::
echo $(BLOCKFAST_VERS)
cargo build
cargo clippy --all
cargo fmt --all
+1 -1
View File
@@ -77,7 +77,7 @@ pub(crate) use log;
name = "Blockfast",
author = "pierre dubouilh <pldubouilh@gmail.com>",
arg_required_else_help = true,
version,
version = option_env!("BLOCKFAST_VERS").unwrap_or("unknown"),
long_about = None,
about = "
Blockfast - block internets scanners fast 🍶