summaryrefslogtreecommitdiff
path: root/.github/workflows/release_published.yml
AgeCommit message (Collapse)Author
2020-06-30ci: Fix another oops with publish workflow (#3536)Francis Lavoie
2020-06-26ci: Fix release publish trigger (#3524)Francis Lavoie
Looks like event payloads need to be prefixed with `github.event` to get the actual payload contents. Didn't dig deep enough. https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context
2020-06-08ci: Fix gemfury upload condition, move triggers to publish event (#3483)Francis Lavoie