-
Notifications
You must be signed in to change notification settings - Fork 303
actions/create-release@v1 is not found #16
Comments
Hi @okuryu, I believe the issue is that the tagged release is actually That said, you‘ve made me realize the README example says Please let me know if updating the version reference fixes your issue. I’ll reopen if it doesn’t. |
Hmm, I just thought it would be better to have a
|
@okuryu I appreciate the suggestion, we are using semantic versioning so we use the full |
IMHO, providing both |
Exactly. |
@1138-4eb and @okuryu I may be misunderstanding the concern, but what would force you to manually updated your workflow for every minor patch or hotfix? The old release will still be valid and work, and if you wanted to wait to update until a major version came out you would still make the same change to your workflow. What I mean is when I did test to see if a workflow can have a wildcard, i.e. something like Reopening since we are having open discussion still 😄 |
We mean that you need to manually update the workflow for it to use the latest patch/hotfix, not that it will break. According to https://semver.org/:
Therefore, it is a contract between developers and users (other developers) about the stability of the API. MINOR and PATCH updates are expected to be backwards compatible, so that any user can automatically apply them with little risk for things to break. From this point of view, in the JS ecosystem, dependencies are normally expressed as So, in the context of GitHub Actions, a user would expect
Users referring to
Well, the purpose of |
We'll publish the |
@ethomson, thanks for clarifying! Do you know if proper semantic tag support is planned? With proper I mean either wildcards, as @IAmHughes tried, or full npm semver support? |
Yep, something we're looking at soon. |
v1 has been tagged. Thanks all. |
When trying to use
actions/create-release@v1
notactions/create-release@master
, it seems to be not found as follows.workflow:
build logs:
The text was updated successfully, but these errors were encountered: