Skip to content

allegro-actions/create-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

allegro-actions/create-tag

This action creates tag and pushes it to remote

Basic usage:

steps:
  - uses: allegro-actions/create-tag@v1
    if: github.ref == 'refs/heads/main'
    with:
      tag: v1.0.0
      current-tag: v0.0.9

Inputs

tag - tag to create.

current-tag - current tag, action won't create new tag when executed on current release tag.

user-name - the username that is associated with Git commits/tags, optional parameter.

user-email - the user email that is associated with Git commits/tags, optional parameter.

About

This actions creates and pushes git tag.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •