Releases: Jackenmen/sync-debs-to-gemfury
Releases · Jackenmen/sync-debs-to-gemfury
v1.1.0
The first feature release!
Changes:
- Added
download_should_failpackage option that can be set toTruewhen the download is expected to fail- The action will not fail when a package download expected to fail fails
- The action will fail when a package download expected to fail doesn't fail
- Bumped GitHub action versions
v1.0.2
Changes:
- Ensure the apt repositories are up-to-date (
apt-get update) before installing the action's required packages withapt-get install
v1.0.1
The first bugfix release!
Changes:
- Fixed crash on startup due to changes in tag naming
v1.0.0
The first stable release!