Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 CI: Allow APT & Chocolatey builds to run on tag push #13

Open
atxtechbro opened this issue Feb 19, 2025 · 0 comments
Open

🔧 CI: Allow APT & Chocolatey builds to run on tag push #13

atxtechbro opened this issue Feb 19, 2025 · 0 comments
Assignees
Labels

Comments

@atxtechbro
Copy link
Owner

Summary

This update modifies GitHub Actions to trigger APT & Chocolatey workflows when a tag is pushed (v*).

Why?

Previously, builds only triggered on official GitHub releases (release.published).
Now, we can test using pre-release tags (v1.3.4-rc2, etc.) without making a full release.

Changes

  • Added push: tags: 'v*' to apt.yml & choco.yml.
  • Allows testing package builds before a final release.

Next Steps

  • Test with a pre-release tag:
    git tag -a v1.3.4-rc2 -m "Test APT & Choco builds"
    git push origin v1.3.4-rc2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant