From d051008f366a6c34b817b5fc563bbf541d0ecc59 Mon Sep 17 00:00:00 2001 From: hrai <4055444+hrai@users.noreply.github.com> Date: Mon, 19 Oct 2020 16:36:52 +1100 Subject: [PATCH] DISABLE-DAILY Disable-Daily-Version (#41) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94c770b..09d3e8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,9 @@ jobs: fetch-depth: 20 - run: npm install - run: npm test - - uses: fregante/daily-version-action@v1 - name: Create tag if necessary - id: daily-version + # - uses: fregante/daily-version-action@v1 + # name: Create tag if necessary + # id: daily-version - uses: notlmn/release-with-changelog@v3 if: steps.daily-version.outputs.created with: