actions-on-google / gactions

Apache License 2.0
49 stars 8 forks source link

gactions deploy alpha does not deploy to alpha channel #4

Open jstorhol opened 2 years ago

jstorhol commented 2 years ago

I noticed that sometime mid March 2022 'gactions deploy alpha' no longer deploys to alpha channel. If I recall correctly, this worked as expected in late February.

To reproduce

All ok so far, project can be tested in Actions on Google Console simulator, but when doing

gactions deploy alpha
Deploying files in the project "<PROJECT-ID>" to the "actions.channels.Alpha" release channel...
Sending configuration files...
Sending resources...
Waiting for server to respond...
✔ Done. Version X has been successfully created and submitted for deployment to actions.channels.Alpha channel.

This will result in a new version named 'alpha' but channel 'Not specified' in Actions on Google Console -> Deploy -> Releases

image

Expected result: Actions on Google Console -> Deploy -> Releases to show a new version X in channel Alpha