From 1bddf2f94137a8e16d22e5f8cc8821e313378dc7 Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 2 Nov 2023 09:45:04 -0500 Subject: [PATCH] Modify release workflow title --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed6d2c8..7e18167 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch jobs: peony_release: runs-on: ubuntu-latest - name: Release on Modrinth & GitHub Releases + name: Release VoluBind env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}