We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb6f88 commit b2c8467Copy full SHA for b2c8467
.travis.yml
@@ -6,8 +6,7 @@ script:
6
- "./gradlew buildPlugin"
7
deploy:
8
provider: releases
9
- api_key:
10
- secure: "${GITHUB_KEY}"
+ api_key: "${GITHUB_KEY}"
11
file: build/distributions/TYPO3*.zip
12
skip_cleanup: true
13
file_glob: true
build.gradle
@@ -26,4 +26,4 @@ intellij {
26
}
27
28
group 'com.cedricziel'
29
-version '0.2.4'
+version '0.2.5'
0 commit comments