Skip to content

A GitHub Action for easily manipulating tags, specifically used for pre-release tags that should move and follow the progress.

License

Notifications You must be signed in to change notification settings

endaft/action-dev-tagger

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

action-dev-tagger

This GitHub Action helps easily manipulate tags, used explicitly for pre-release tags that should move and follow the progress.

Example

This example demonstrates using this action to "update" and "move" the v0.0.1-dev.NNN tags.

- name: 🏷 dev tags
  uses: endaft/[email protected]
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    prefix: v0.0.1-dev.
    tag: ${{ format('v0.0.1-dev.{0}', github.run_number) }}

Inputs

name required description default
token true The GitHub Token to use for reference management in the repo.
prefix true The prefix to match against existing tags for deletion.
tag true The value of the new tag to be created.

Outputs

None

About

A GitHub Action for easily manipulating tags, specifically used for pre-release tags that should move and follow the progress.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •