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: more workflows to automate post-release tasks #780

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ErikBjare
Copy link
Member

@ErikBjare ErikBjare commented Aug 31, 2022

Something I threw together, not tested.

TODO

  • Twitter API keys
  • Actually push AUR package to AUR
    • Needs to set SSH key shared across machine and CI

name: Update AUR package
on:
release:
types: [released]
Copy link
Member Author

@ErikBjare ErikBjare Sep 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably be published, not released.

Edit: maybe not, since released excludes pre-releases (which we want): https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release

@ErikBjare ErikBjare marked this pull request as draft November 5, 2022 12:08
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've since added a workflow to aur-activitywatch-bin instead, which should probably be preferred: https://github.com/ActivityWatch/aur-activitywatch-bin/blob/master/.github/workflows/autoupdate.yml

(although might want to trigger that workflow from here, for faster updating)

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.

None yet

1 participant