We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
snapcraft push
The only way I've found to push from this action is to run it again, with basename ${{ ...outputs.snap }}.
push
basename ${{ ...outputs.snap }}
It would be nice if the action provided better facilities for that - maybe even publish on its own if publish-channel is provided?
publish-channel
https://github.com/canonical/actions/blob/1d782d2578d57f083ca18a79cc165a313e67674d/build-snap/action.yml#L83-L97
You could also look at the review-tools bits I have in there ☝️, which would remain the last thing I did there above what your action does.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What changes would you like?
The only way I've found to
push
from this action is to run it again, withbasename ${{ ...outputs.snap }}
.It would be nice if the action provided better facilities for that - maybe even publish on its own if
publish-channel
is provided?Any extra information?
https://github.com/canonical/actions/blob/1d782d2578d57f083ca18a79cc165a313e67674d/build-snap/action.yml#L83-L97
You could also look at the review-tools bits I have in there ☝️, which would remain the last thing I did there above what your action does.
The text was updated successfully, but these errors were encountered: