Skip to content

Commit

Permalink
Replace curly brackets with normal brackets
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Jan 18, 2024
1 parent 6d70bf6 commit 8c214e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Extract version from Github Ref
id: extract_version
run: |
echo VERSION=${echo ${{ github.ref }} | grep -o "v[0-9]\+\.[0-9]\+\.[0-9]\+"} >> $GITHUB_ENV
echo VERSION=$(echo ${{ github.ref }} | grep -o "v[0-9]\+\.[0-9]\+\.[0-9]\+") >> $GITHUB_ENV
- name: Push to Docker Hub
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 8c214e5

Please sign in to comment.