octokit / request-action

A GitHub Action to send arbitrary requests to GitHub's REST API
https://github.com/marketplace/actions/GitHub-API-Request
MIT License
369 stars 47 forks source link

Outdated Marketplace version #98

Closed lorenzwalthert closed 3 years ago

lorenzwalthert commented 3 years ago

Going to https://github.com/marketplace/actions/github-api-request and click 'use latest version' gives me a version that is lower than the GitHub release version and about one year older:

Screenshot 2021-05-18 at 11 15 25

Can you align them? Thanks for this cool action 🥳

gr2m commented 3 years ago

As long as you use

      - uses: octokit/request-action@v2.x

as documented in the description, you'll automatically get the latest version.

Publishing new releases to the repository are not automatically replicated to the marketplace, I've been asking for this since the beginning of it all ... I'll fix it now manually but as all releases are automated, this will get out of sync again, unfortunately