Skip to content

Commit be0a99e

Browse files
authored
fix: update param
1 parent 35c7396 commit be0a99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
id: get-version
133133
shell: bash
134134
run: |
135-
version=$(sed -n 's/.*<Version>\(.*\)<\/Version>.*/\1/p' ./src/DEPLOY.Cachorro.Api/DEPLOY.Cachorro.Api.csproj)
135+
version=$(sed -n 's/.*<Version>\(.*\)<\/Version>.*/\1/p' $csprojFolder)
136136
echo "tag=$version" >> "$GITHUB_OUTPUT"
137137
138138
- name: Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)