git-tag-action icon indicating copy to clipboard operation
git-tag-action copied to clipboard

[GitHub Action] Get ${version} from package.json and git tag ${version} for the repository.

Results 1 git-tag-action issues
Sort by recently updated
recently updated
newest added

The documentation said that `git_commit_sha` is optional but I got an error when not supplying it. My GitHub workflow is as follows: ``` name: Create git tag on: workflow_call: inputs:...

Type: Bug
Status: PR Welcome