8000 GitHub - ThirteenAG/update-tags: A Github action that simply tags the repository with the specified tag.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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%
0