Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 327 Bytes

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 }}