Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

Release Info Action

v1.0.0

Release Info Action

package

Release Info Action

An action to read release information of a given GitHub repository

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Release Info Action

uses: abatilo/[email protected]

Learn more about this action in abatilo/release-info-action

Choose a version

release-info-action

Actions Status Dependabot Status Latest release License

A GitHub Action which fetches information about GitHub releases for you to use.

Example usage

on: push

name: ci
jobs:
  latest-version:
    name: Get Latest Release
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Get Latest Release
      uses: abatilo/[email protected]
      with:
        owner: abatilo
        repo: release-info-action