There was an error while loading. Please reload this page.
1 parent cc81cb5 commit c151b51Copy full SHA for c151b51
.github/workflows/publish-snapshot.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Retrieve version
23
run: |
24
- echo ::set-env name=VERSION_NAME::$(cat gradle.properties | grep -w "VERSION_NAME" | cut -d'=' -f2)
+ echo "VERSION_NAME=$(cat gradle.properties | grep -w "VERSION_NAME" | cut -d'=' -f2)" >> $GITHUB_ENV
25
26
- name: Publish snapshot
27
run: ./gradlew uploadArchives --no-daemon --no-parallel
0 commit comments