From 1046f2671956661d0f3e00363ab8d1bda8b9b626 Mon Sep 17 00:00:00 2001 From: Cubxity Date: Mon, 8 May 2023 17:40:45 +0200 Subject: [PATCH] feat(ci): semver dev tags Fixes #6 --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 1e7fb94..3aff5bc 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -34,8 +34,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: v__VERSION__-${{ github.sha }} # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: "Development Build v__VERSION__" + tagName: v__VERSION__-dev.${{ github.run_number }} # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: "Development Build v__VERSION__-dev.${{ github.run_number }}" releaseBody: "This is a development release from the master branch (Commit ${{ github.sha }})." releaseDraft: false prerelease: true