Skip to content

Commit

Permalink
Update .github/workflows/main.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
naveensrinivasan and coderabbitai[bot] authored Nov 21, 2024
1 parent 4560cf4 commit fa49808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Extract Git Tag
if: startsWith(github.ref, 'refs/tags/')
run: echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
run: echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> "$GITHUB_ENV"

- name: Docker Build
run: |
Expand Down

0 comments on commit fa49808

Please sign in to comment.