Skip to content
Compare
Choose a tag to compare
@mateuszkwiecinski mateuszkwiecinski released this 26 May 13:41
· 18 commits to master since this release
0127c46

What's Changed

  • Added ability to resolve specific version. Example:
 - id: agp-version-finder
   uses: usefulness/agp-version-finder-action@v1
   with:
       version-to-resolve: "alpha"

The output ${{ steps.agp-version-finder.outputs.resolved-version }} will then resolve to latest available alpha version

Full Changelog: v0.3.1...v1.0.0