Skip to content

tweedegolf/create-tag-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Create tag action

Format a deploy version tag for a git repository.

Usage

# ...
jobs:

  # ...

  docker:
    runs-on: ubuntu-latest
    steps:
      # ...
      - uses: actions/checkout@v4

      - name: Create tag
        uses: tweedegolf/create-tag-action@main

      # ...

  # ...

About

Format a deploy version tag for a git repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published