From c12bf6734da078fbbd8c369dfbf5639407205696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilhelm=20=C3=85gren?= <36638274+wilhelmagren@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:52:31 +0100 Subject: [PATCH] =?UTF-8?q?[build]=20bump=20to=20major=20release=20v0.1.1?= =?UTF-8?q?=20=E2=86=92=20v1.0.0=20(#13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ci/cd] github cd workflow with cargo publish * [build] bump to major version v0.1.1 → v1.0.0 * [fix] syntax error in example docs * [fix] missing name on cd step * [fix] cargo fmt and clippy lint changes * [fix] cd run cargo publish with env variable --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1cbf2bf..86ad4a3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,5 +26,5 @@ jobs: command: check - name: Cargo publish run: cargo publish --token ${CRATES_TOKEN} - env: - CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }} + env: + CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}