From 8d95701e8e859d23d5873c4b8afbe05f1726d431 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 13 Feb 2021 12:55:57 +0330 Subject: [PATCH] [RELEASE CI] test new release --- .github/workflows/build_publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index 6e13845..1ddb2fb 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -66,13 +66,12 @@ jobs: - name: Create repo artifacts if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' - run: | cd master ./.github/scripts/create-repo.sh - uses: AButler/upload-release-assets@v2.0 - if: startsWith(github.event.head_commit.message, '[RELEASE CI]') + if: "startsWith(github.event.head_commit.message, '[RELEASE CI]')" with: files: 'repo/*' repo-token: ${{ secrets.GITHUB_TOKEN }}