mirror of
https://github.com/pldubouilh/blockfast.git
synced 2026-08-27 20:36:34 -04:00
release from CI
This commit is contained in:
@@ -2,8 +2,8 @@ name: deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -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
@@ -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 🍶
|
||||
|
||||
Reference in New Issue
Block a user