-
Notifications
You must be signed in to change notification settings - Fork 219
Allow to release to a different repository #195
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
base: main
Are you sure you want to change the base?
Conversation
…e action is running on Signed-off-by: Yaron <[email protected]>
c7595ea
to
7a67f45
Compare
@prsnca do you have an example workflow run for this case? |
@cpanato, I have been using my fork (https://github.com/prsnca/chart-releaser-action) for these purposes.
|
Signed-off-by: Yaron <[email protected]>
d2346d4
to
9f43f6d
Compare
What's the status on getting this merged? I see this was a feature previously. Is there any alternative on how to push to a different repo? |
Adds support for the case mentioned in this issue - #194
Thanks!