From 078a9c78b5388e8bbfd58c0673e720a52bc77291 Mon Sep 17 00:00:00 2001 From: wumpus <96006583+EvilWumpus@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:19:27 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc2b3de..7526d1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v2 - - uses: CupOfTea696/gh-action-auto-release@v1.0.0 + - uses: CupOfTea696/gh-action-auto-release@v1.0.2 with: title: "Release: $version" tag: "v$semver"