From 14839642dca9bd771fdcee613b8ac1467fc344a8 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 6 Nov 2024 17:13:17 -0700 Subject: [PATCH] fix: Fixed a typo in the new release workflow name [skip ci] --- .github/workflows/release-patch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml index 2dbafe1..22fdb24 100644 --- a/.github/workflows/release-patch.yml +++ b/.github/workflows/release-patch.yml @@ -1,7 +1,7 @@ # Adapted from https://github.com/joshka/github-workflows/blob/main/.github/workflows/rust-release-plz.yml # Thanks to joshka for permission to use this template! -name: Create patch release +name: Create release permissions: pull-requests: write