merge-branch icon indicating copy to clipboard operation
merge-branch copied to clipboard

1.4.0 not found

Open teebu opened this issue 4 years ago • 2 comments

Can't use latest version 1.4.0 in my gh action. Throws error.

Using

  name: Merge branch
  uses: devmasx/[email protected]

teebu avatar Sep 09 '21 02:09 teebu

replace uses: devmasx/[email protected] by uses: devmasx/merge-branch@master

spacewaterbear avatar Sep 11 '21 11:09 spacewaterbear

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

CWSites avatar Dec 10 '21 15:12 CWSites

you have typo in version v1.4.0, not 1.4.0

mmospanenko avatar Nov 14 '22 20:11 mmospanenko

You're correct, issue resolved.

teebu avatar Nov 21 '22 03:11 teebu