Update git/tag/action.yaml
This commit is contained in:
		@@ -6,6 +6,7 @@ runs:
 | 
			
		||||
  container: alpine/git
 | 
			
		||||
  steps:
 | 
			
		||||
    - run: |
 | 
			
		||||
        $TAG=$($(cat package.json || git describe) | grep version | grep -Eo ':.+' | grep -Eo '[[:alnum:]\.\/\-]+')
 | 
			
		||||
        $TAG=$(git describe)
 | 
			
		||||
        echo "$TAG"
 | 
			
		||||
        git tag -f "$TAG" "$GITHUB_SHA"
 | 
			
		||||
        git push -f origin "$TAG"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user