·
18 commits
to master
since this release
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