Skip to content

A GH action that allows us to get a particular release by its tag

License

Notifications You must be signed in to change notification settings

mainframe2/get-release-gh-action

Repository files navigation

Description

The action is alomost identical to https://github.com/bruceadams/get-release with the addition of the possibility to pass the release tag as an argument.

Usage

Example usage:

- name: Get release
  uses: mainframe2/get-release-gh-action@main
  with:
    tag: v0.1.20
  env:
    GITHUB_TOKEN: ${{ github.token }}

- name: Upload release binary
  uses: actions/upload-release-asset@v1.0.2
  env:
    GITHUB_TOKEN: ${{ github.token }}
  with:
    upload_url: ${{ steps.get_release.outputs.upload_url }}
    ...

About

A GH action that allows us to get a particular release by its tag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published