We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cb3b2 commit 6c3b19dCopy full SHA for 6c3b19d
.github/workflows/app-build.yml
@@ -47,7 +47,7 @@ jobs:
47
# ./gradlew clean publish
48
- name: Setup release title
49
if: github.ref == 'refs/heads/master'
50
- run: echo "TITLE=$(cat variable.gradle | grep project_version | cut -d '=' -f 2 | sed 's/ //g' | sed s/\'//g)" >> $GITHUB_ENV
+ run: echo "TITLE=$(cat variables.gradle | grep project_version | cut -d '=' -f 2 | sed 's/ //g' | sed s/\'//g)" >> $GITHUB_ENV
51
- name: Create release
52
53
uses: marvinpinto/action-automatic-releases@v1.2.1
0 commit comments