From 9be4395c4e5bbdcd6b9ebc4e9a612183afcb773a Mon Sep 17 00:00:00 2001 From: Oleg Valter Date: Sat, 10 Jul 2021 09:32:25 +0300 Subject: [PATCH] slightly updated autorelease action --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fad5dc4..d7b05d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,13 +3,14 @@ name: "release" on: push: tags: - - "v*" + - "*" jobs: release: runs-on: "ubuntu-latest" steps: + - uses: actions/checkout@v2 - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"