merge-branch
merge-branch copied to clipboard
1.4.0 not found
Can't use latest version 1.4.0 in my gh action. Throws error.
Using
name: Merge branch
uses: devmasx/[email protected]
replace uses: devmasx/[email protected] by uses: devmasx/merge-branch@master
When trying to target a specific release you need to include the full name, in this case v1.4.0 is what you need there. However @spacewaterbear is correct, by including master you will always be on latest.
See more on the releases page
you have typo in version v1.4.0, not 1.4.0
You're correct, issue resolved.