Skip to content

Commit 6c3b19d

Browse files
test reslease
1 parent 60cb3b2 commit 6c3b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# ./gradlew clean publish
4848
- name: Setup release title
4949
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
50+
run: echo "TITLE=$(cat variables.gradle | grep project_version | cut -d '=' -f 2 | sed 's/ //g' | sed s/\'//g)" >> $GITHUB_ENV
5151
- name: Create release
5252
if: github.ref == 'refs/heads/master'
5353
uses: marvinpinto/action-automatic-releases@v1.2.1

0 commit comments

Comments
 (0)