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

GitHub Action

Actions Tagger

v1.0.0

Actions Tagger

tag

Actions Tagger

Keep your action versions up-to-date by automatically promoting a major version each time a minor release is created

Installation

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

              

- name: Actions Tagger

uses: Actions-R-Us/actions-tagger@v1.0.0

Learn more about this action in Actions-R-Us/actions-tagger

Choose a version

Actions Tagger

🚤 Keep your action versions up-to-date by automatically promoting a major tag (and optionally, a latest tag) each time a minor release is created

Usage

- uses: Actions-R-Us/actions-tagger@latest
  with:
    publish_latest: true
  env:
    GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

Similar projects

  • Only publishes the latest tag