From 61b9daac28618ac8c21868ed5884a7ec0e2ff369 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Mon, 18 Dec 2023 22:06:08 -0700 Subject: [PATCH] add git push --tags to publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee64033..cff5f86 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,5 +34,5 @@ jobs: git config user.email github-actions@github.com git add . git commit -m "github-actions version bump" - git push + git push && git push --tags - run: cargo publish --token ${{ secrets.CARGO_TOKEN }} \ No newline at end of file