From 5daae5230648c49c8f7525f3fa862b53439c74a9 Mon Sep 17 00:00:00 2001 From: Chris Jacobsen Date: Fri, 14 Jun 2024 18:26:01 -0400 Subject: [PATCH] Tag as Dev-v1 --- .github/workflows/build-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 6abbc292..d4661ef6 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -70,7 +70,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: - tag_name: v1-Dev + tag_name: Dev-v1 name: 'v1-Dev' prerelease: true body: This release is highly unstable. Expect bugs and crashes on this branch. Developers Only!