action-get-latest-tag icon indicating copy to clipboard operation
action-get-latest-tag copied to clipboard

✨ GitHub Action to get a latest Git tag

Results 10 action-get-latest-tag issues
Sort by recently updated
recently updated
newest added

## What this PR does / Why we need it Due to a recent security update, Docker image GHA runs no longer are provided permissions to checked out repos. This...

size/M

Hey there. I'm using ```actions-ecosystem/action-get-latest-tag@v1``` in my Github Actions workflow and worked as expected. The step aborted suddenly with no reason apparently and logs shows the following: ![imagen](https://user-images.githubusercontent.com/33683359/200999877-d390d9bd-f2dc-431f-86ed-970d20bf6ff7.png) Is it...

bug

## What this PR does / Why we need it set-output was deprecated. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ## Which issue(s) this PR fixes Fixes #

size/XS

## What happened I used this action in a [recent workflow](https://github.com/adobe/xmp-toolkit-rs/actions/runs/3291504965/jobs/5425744060#step:4:8) and it generated a warning: > Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade...

bug

## What you want to add It's not clear how this behaves with pre-releases, so it'd be great to see a documentation update, but the best outcome would be an...

enhancement

## What happened Sometimes this gives me the wrong version. I'm not sure why. For example, see the output of [this workflow](https://github.com/wdoug/git-flow-github-actions/runs/2028019990?check_suite_focus=true). The latest tag should be `2.9.0`, but this...

bug

## Which issue(s) this PR fixes I encountered the following error message when using this action: ! [rejected] v1.0.0 -> v1.0.0 (would clobber existing tag) The way of solving this...

size/XS

Allow to return the largest tag after lexicographical sorting. This can be usefule in returning largest semver tag. Main use case can be in the projects where multiple versions are...

size/M

## What happened **Warning**: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ ## What you expected to...

bug

## What this PR does / Why we need it This PR does two things: - Quiets warnings that come from `grep` and `git fetch --prune --unshallow` - Changes old...

size/XS