Skip to content

Commit

Permalink
Update CD-create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi committed Mar 22, 2023
1 parent cb24a21 commit f9cd8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- name: Creating version number
run: >-
echo "version=$(grep "version" build.gradle.kts | tail -n 1 | cut -d
echo "version=v$(grep "version" build.gradle.kts | tail -n 1 | cut -d
"=" -f2 | xargs echo )" >> $GITHUB_OUTPUT
id: value
shell: bash
Expand Down

0 comments on commit f9cd8f9

Please sign in to comment.