ssh-deploy icon indicating copy to clipboard operation
ssh-deploy copied to clipboard

Keeping version up to date

Open oneEyedSunday opened this issue 4 years ago • 2 comments

Hello there, great tool.

Is there a way to publish a "latest" tag when you deploy to the market place? That way one can always use the latest version.

The README also lags behind a bit, currently pointing to v2.1.15 as against v2.1.16

oneEyedSunday avatar Apr 16 '21 05:04 oneEyedSunday

Thanks. Definitely annoying to maintain it manually. I've just checked https://docs.github.com/en/actions/creating-actions/about-actions#using-tags-for-release-management, and looks like I can use one release and multiple tags to keep it simple to use latest version

uses: easingthemes/ssh-deploy@v2

I'll try this approach.

easingthemes avatar Apr 16 '21 14:04 easingthemes

Great

oneEyedSunday avatar Apr 16 '21 16:04 oneEyedSunday

In order o use latest version, use

uses: easingthemes/ssh-deploy@main

easingthemes avatar Jan 03 '23 02:01 easingthemes