Skip to content

ci: automate releases via GitHub Actions on tag push#8

Open
Tankman61 wants to merge 2 commits into
mainfrom
add-release-workflow
Open

ci: automate releases via GitHub Actions on tag push#8
Tankman61 wants to merge 2 commits into
mainfrom
add-release-workflow

Conversation

@Tankman61

Copy link
Copy Markdown
Member

Description

Adds release automation so we stop hand-building and hand-uploading binaries.

How to release after this:

git tag v1.3 && git push origin v1.3

The workflow then builds the linux/amd64 watcloud binary and attaches it to a GitHub Release named after the tag.

The asset is named exactly watcloud so the existing infra-config Ansible role keeps working unchanged:
https://github.com/WATonomous/watcloud-cli/releases/download/<tag>/watcloud

No secrets required — uses the built-in GITHUB_TOKEN with contents: write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant