Skip to content

Commit

Permalink
chore: Update release workflow (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Jan 17, 2025
1 parent 1fc73bf commit ee4867b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ git tag v${TAG} -u D33FAA16B937F3B2 -m "v${TAG}"
git push origin v${TAG}
```

- Create a release on GitHub, copy / paste release notes from the changelog and sign the auto-generated source tarball:
- Create a release on GitHub, download and sign the auto-generated source tarball:

```bash
cd ~/Downloads
curl https://github.com/Antiz96/arch-update/archive/refs/tags/v${TAG}.tar.gz -o arch-update-${TAG}.tar.gz
gpg --local-user D33FAA16B937F3B2 --armor --detach-sign arch-update-${TAG}.tar.gz
sha256sum arch-update-${TAG}.tar.gz > arch-update-${TAG}.tar.gz.sha256
gpg --local-user D33FAA16B937F3B2 --armor --detach-sign arch-update-${TAG}.tar.gz.sha256
Expand Down

0 comments on commit ee4867b

Please sign in to comment.