[ci skip]Remove incorrect env init
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
prop() {
|
prop() {
|
||||||
grep "^[[:space:]]*${1}" gradle.properties | cut -d'=' -f2 | sed 's/^[[:space:]]*//; s/\r//'
|
grep "^[[:space:]]*${1}" gradle.properties | cut -d'=' -f2 | sed 's/^[[:space:]]*//; s/\r//'
|
||||||
}
|
}
|
||||||
|
|
||||||
MAVEN_REPO_USER=${{ secrets.MAVEN_REPO_USER }}
|
|
||||||
MAVEN_REPO_PASSWORD=${{ secrets.MAVEN_REPO_PASSWORD }}
|
|
||||||
|
|
||||||
sh publish -PpublishDevBundle=true
|
sh publish -PpublishDevBundle=true
|
||||||
|
|||||||
Reference in New Issue
Block a user