wallabag/.github/workflows
Jeremy Benoist aa029ea73e
Automatically create the package after a release
And then upload it to the created release.
One less step during the release process 💪

We are using that GitHub Actions: https://github.com/shogo82148/actions-upload-release-asset

I've also:
- updated the release script to clone the repo using `https` instead of `git` (otherwise it failed during the build)
- use `md5sum` instead of `md5` because the latest isn't available in GitHub Actions
2022-06-09 11:30:14 +02:00
..
assets.yml Jump to Node 16 to build assets 2022-05-23 08:04:16 +02:00
coding-standards.yml Set permissions for GitHub actions 2022-04-16 01:58:38 +00:00
continuous-integration.yml Drop PHP prior to 7.4 2022-05-13 07:29:23 +02:00
translations.yml Set permissions for GitHub actions 2022-04-16 01:58:38 +00:00
upload-release-package.yml Automatically create the package after a release 2022-06-09 11:30:14 +02:00