sdkman / sdkman-action

SDKMAN! GitHub Action
21 stars 7 forks source link

Readme example uses `v1` as a version reference, but there is no such ref #16

Open t4lz opened 1 year ago

t4lz commented 1 year ago

README.md says to use sdkman/sdkman-action@v1, but there is no such tag.

When trying to use the action as specified in README.md, the job fails.

Please consider creating a new release of this action and giving it the v1 tag, or changing the README.md file to use a valid reference.

As a workaround for the meantime, users of this action can specify a branch name like main as a reference, or a full commit hash, like sdkman/sdkman-action@b1f9b696c79148b66d3d3a06f7ea801820318d0f.

angelcervera commented 12 months ago

Happening the same to me.

joergi commented 3 months ago

still happening. thanks for the workaround: @t4lz

joergi commented 3 months ago

I made a PR for this issue, to fix at least the readme until the tagging is working

https://github.com/sdkman/sdkman-action/pull/18