From 9e266bed9d6b5a7d495503c633d42b12e3b05ad1 Mon Sep 17 00:00:00 2001 From: dreinhardt-terminus Date: Mon, 23 May 2022 13:23:33 -0400 Subject: [PATCH] BREAKING: Switch to version v2 --- .github/workflows/release-beta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-beta.yaml b/.github/workflows/release-beta.yaml index 424d183..7d5714b 100644 --- a/.github/workflows/release-beta.yaml +++ b/.github/workflows/release-beta.yaml @@ -14,6 +14,6 @@ jobs: uses: weareyipyip/walking-tag-action@v2 with: tag-name: v1-beta - tag-message: The current beta is based on this commit + tag-message: The current beta is based on this commit. env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file