Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.0 not found #16

Closed
teebu opened this issue Sep 9, 2021 · 4 comments
Closed

1.4.0 not found #16

teebu opened this issue Sep 9, 2021 · 4 comments

Comments

@teebu
Copy link

teebu commented Sep 9, 2021

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

Using

  name: Merge branch
  uses: devmasx/merge-branch@1.4.0
@spacewaterbear
Copy link
Contributor

spacewaterbear commented Sep 11, 2021

replace uses: devmasx/merge-branch@1.4.0 by uses: devmasx/merge-branch@master

@CWSites
Copy link

CWSites commented Dec 10, 2021

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

@mmospanenko
Copy link

you have typo in version v1.4.0, not 1.4.0

@teebu teebu closed this as completed Nov 21, 2022
@teebu
Copy link
Author

teebu commented Nov 21, 2022

You're correct, issue resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants