summaryrefslogtreecommitdiff
path: root/.github/workflows/github-release.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: bump runs-on versionsRan Benita2023-05-121-1/+1
| | | | | | Mostly to bump to macos one which will hopefully fix CI issues there. Signed-off-by: Ran Benita <ran@unusedvar.com>
* CI: bump a few actions to newer versionsPeter Hutterer2022-12-141-1/+1
| | | | | | Node 12 is deprecated so let's bump the actions to newer versions that use Node 16. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* ci: another possible fix for release workflowRan Benita2022-02-041-1/+1
| | | | Signed-off-by: Ran Benita <ran@unusedvar.com>
* ci: possible fix for release workflowRan Benita2021-09-171-1/+1
| | | | Signed-off-by: Ran Benita <ran@unusedvar.com>
* ci: some tweaksRan Benita2021-05-221-0/+9
| | | | | | | - Reduce permissions - Update some stuff Signed-off-by: Ran Benita <ran@unusedvar.com>
* ci: also link to tarball in github releaseRan Benita2021-05-221-1/+3
| | | | Signed-off-by: Ran Benita <ran@unusedvar.com>
* ci: automatically create github release when tag is pushedRan Benita2021-05-221-0/+21
Fixes: https://github.com/xkbcommon/libxkbcommon/issues/233 Signed-off-by: Ran Benita <ran@unusedvar.com>