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

same error as issue #20 in version v0.4.4 #40

Closed
sarnold opened this issue Dec 7, 2020 · 3 comments
Closed

same error as issue #20 in version v0.4.4 #40

sarnold opened this issue Dec 7, 2020 · 3 comments

Comments

@sarnold
Copy link

sarnold commented Dec 7, 2020

In a repository with several (pre-release) tags I'm getting this:

  with:
    myToken: ***
  env:
    VERSION: 0.3.1-1
    pythonLocation: /opt/hostedtoolcache/Python/3.7.9/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.7.9/x64/lib
Error: Not Found

when trying to create a new release (not a pre-release) using github actions. Looking at the closed bug I still can't figure out what the "correct" usage is.

@metcalfc
Copy link
Owner

metcalfc commented Dec 7, 2020

Tags or actual GitHub release? They aren't treated the same in the GitHub API. If they are just tags, try turning the desired tag into a release and see if that fixes the issue.

@sarnold
Copy link
Author

sarnold commented Dec 9, 2020

It's a fork, and the previous "releases" are all tags. They're obviously different "things" but github does show both releases and tags in the "release" column. Anyway, I went ahead with a more flexible/forgiving solution using gitchangelog instead. This seems like a good candidate for a readme update.

metcalfc added a commit that referenced this issue Dec 9, 2020
Hopefully this documents the issue folks have seen in #20 and #40
metcalfc added a commit that referenced this issue Dec 9, 2020
@metcalfc
Copy link
Owner

metcalfc commented Dec 9, 2020

Thanks for the detail. Hopefully this #42 covers it.

@metcalfc metcalfc closed this as completed Dec 9, 2020
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

2 participants