Skip to content

Commit

Permalink
use quotes instead ?
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Mar 17, 2024
1 parent b8c81e7 commit 6e861f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Publish for Release
shell: bash
run: |
tag=$(grep '<Version>' < ./ComtradeHandler.Core/ComtradeHandler.Core.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
tag=$(grep "<Version>" < ./ComtradeHandler.Core/ComtradeHandler.Core.csproj | sed "s/.*<Version>\(.*\)<\/Version>/\1/")
# tag=$(git describe --tags --abbrev=0)
release_name="ComtradeHandler-v$tag
Expand Down

0 comments on commit 6e861f9

Please sign in to comment.