Skip to content

Commit

Permalink
chore(release): Update RELEASE.md (#192)
Browse files Browse the repository at this point in the history
Unset the TAG variable once the release is created
  • Loading branch information
Antiz96 committed Jul 3, 2024
1 parent 1cb2427 commit 6fb7dc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 6fb7dc2

Please sign in to comment.