coverallsapp/github-action

Please provide a floating tag that indicates the latest major version

denisa opened this issue · 2 comments

Many actions provide ‘v1’, rarely v1.1, tags that follow the latest major, minor versions.

This simplify the maintenance of the users’ GitHub action flows, as user can then write

    - name: Send coverage
      uses: coverallsapp/github-action@1
      with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        path-to-lcov: coverage.lcov

and benefit from the latest improvements

I believe this is a duplicate of #126.

Closing since it is indeed a duplicate