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: on:
push: push:
tags: branches:
- '*' - main
jobs: jobs:
build: 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:: build::
echo $(BLOCKFAST_VERS)
cargo build cargo build
cargo clippy --all cargo clippy --all
cargo fmt --all cargo fmt --all
+1 -1
View File
@@ -77,7 +77,7 @@ pub(crate) use log;
name = "Blockfast", name = "Blockfast",
author = "pierre dubouilh <pldubouilh@gmail.com>", author = "pierre dubouilh <pldubouilh@gmail.com>",
arg_required_else_help = true, arg_required_else_help = true,
version, version = option_env!("BLOCKFAST_VERS").unwrap_or("unknown"),
long_about = None, long_about = None,
about = " about = "
Blockfast - block internets scanners fast 🍶 Blockfast - block internets scanners fast 🍶