ReadAlongs/Studio-Web

release ci fails to push changes back

roedoejet opened this issue · 2 comments

The release workflow failed so we had to bump versions back manually (ca1ad51). It seems this is because CI doesn't have permission to publish to release. Also :set-output name=TAG_VERSION::$(npm view @readalongs/web-component version) got set incorrectly so the tag was for the version below. I had to update that manually as well.

Will fix this soon, via a test repo.

Fixed by #195