From 2602275c209210921182986472e763bfeee502a5 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 13 Feb 2021 13:12:40 +0330 Subject: [PATCH] [RELEASE CI] test new release --- .github/workflows/build_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index 9d730b8..89b8fc1 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -76,6 +76,7 @@ jobs: with: files: 'repo/*' repo-token: ${{ secrets.GITHUB_TOKEN }} + release-tag: 'v0.2.0' # - name: Create Release # if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' && startsWith(github.event.head_commit.message, '[RELEASE CI]')