Skip to content

Commit

Permalink
CHORE - update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Van Eeckhout committed Jul 21, 2023
1 parent 99fc6ea commit b408fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: get-version
run: |
if [[ "${{ github.event_name }}" == 'pull_request' ]]; then
VERSION=$(grep -oP "[^\S]version\s*=\s*'\K[^']+" build.gradle)-${{ github.event.pull_request.number || github.event.issue.number }}"
VERSION=$(grep -oP "[^\S]version\s*=\s*'\K[^']+" build.gradle)-${{ github.event.pull_request.number || github.event.issue.number }}
echo $VERSION
echo "VERSION=$VERSION" >> $GITHUB_ENV
else
Expand Down

0 comments on commit b408fc9

Please sign in to comment.