From a418762547cd74b9d02bc117385f4ed27b71f448 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 4 Jul 2024 00:34:11 +0200 Subject: [PATCH] chore(release): Update RELEASE.md Unset the TAG variable once the release is created --- RELEASE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 32330a1..4cca4b9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -47,4 +47,8 @@ gpg --local-user D33FAA16B937F3B2 --armor --detach-sign arch-update-${TAG}.tar.g rm -f arch-update-${TAG}.tar.gz ``` -- Upload the 3 produced files as assets in the release and re-enable the branch protection rules on the main branch for administrators. +- Upload the 3 produced files as assets in the release, re-enable the branch protection rules on the main branch for administrators and unset the `TAG` variable: + +```bash +unset TAG +```