Skip to content

A Github action that simply tags the repository with the specified tag.

License

Notifications You must be signed in to change notification settings

ThirteenAG/update-tags

 
 

Repository files navigation

GitHub Update Tags Action

A GitHub action that simply updates the tags in the repository.

Usage

name: Deploy

on: [deployment]

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Tag Repo
        uses: ThirteenAG/update-tags@v1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

A Github action that simply tags the repository with the specified tag.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.2%
  • Dockerfile 8.8%