From 7c9ff1bc308e140cf366893747c14dba0e95e979 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Wed, 13 Apr 2022 23:04:38 -0500 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6ed6bf..7de2eee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,8 +1,13 @@ +name: Publish to crates.io on: push: tags: - 'v.*.*' -steps: + +jobs: + publish: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: