Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add GitHub Actions release workflow
This commit introduces a new GitHub Actions workflow for releases. It triggers on push events to any tag and sets up a Deno environment to run the release script. It uses the `GITHUB_TOKEN` for authentication.
- Loading branch information