Skip to content

GitHub Action that checks the version in the NPM package for use as a tag

Notifications You must be signed in to change notification settings

clockwork-marketing-uk/actions-tag-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag Check Action

GitHub Action that checks the version in the NPM package is not used as a tag.

  - name: Check for version tag
    id: check-tag
    uses: clockwork-marketing-uk/actions-tag-check@1.1.0
    with:
        github-token: ${{ secrets.GITHUB_TOKEN }}
        tag_name: "1.1.0"

Updates to the action

About

GitHub Action that checks the version in the NPM package for use as a tag

Resources

Stars

Watchers

Forks

Packages

No packages published