From 4388707f5abfacabc8f156d756052c36ae919bd4 Mon Sep 17 00:00:00 2001 From: hrai <4055444+hrai@users.noreply.github.com> Date: Mon, 19 Oct 2020 17:00:14 +1100 Subject: [PATCH] Disable daily version (#43) --- .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 09d3e8a..94c770b 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: