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
Doing it locally can be a bit error-prone and is not convenient to set up all the keys on multiple machines. It can also cause uncommited files to get released if the local repository is not clean.
Create a github action task which can be manually triggered to release the library. Specifically, it should do the following:
Module
Other
📝 Description
Doing it locally can be a bit error-prone and is not convenient to set up all the keys on multiple machines. It can also cause uncommited files to get released if the local repository is not clean.
Create a github action task which can be manually triggered to release the library. Specifically, it should do the following:
LIB_RELEASE=true
env variable./gradlew publish --no-parallel
./gradlew publishPlugins
Remaining questions:
The text was updated successfully, but these errors were encountered: