You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small issue but just one I encountered while trying to set up a NuGet push to Cloudsmith using the action.
Some of the examples, for example the NuGet one, have the parameter uses: ./ rather than uses: cloudsmith-io/action@master, which works in this repo as it is where the action.yaml is located, however will fail for anyone using the action from another repo.
There seems to be a mix of examples that have both formats, it might be worth updating all to use the correct version for external usage to avoid confusion.
The text was updated successfully, but these errors were encountered:
This is a small issue but just one I encountered while trying to set up a NuGet push to Cloudsmith using the action.
Some of the examples, for example the NuGet one, have the parameter
uses: ./
rather thanuses: cloudsmith-io/action@master
, which works in this repo as it is where the action.yaml is located, however will fail for anyone using the action from another repo.There seems to be a mix of examples that have both formats, it might be worth updating all to use the correct version for external usage to avoid confusion.
The text was updated successfully, but these errors were encountered: