Skip to content

Commit

Permalink
Set version in src only
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Feb 7, 2021
1 parent fd758d4 commit 15036c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: set version
run: |
. ./.github/workflows/ci.ps1
Set-VersionSuffixOnTag "$Env:GITHUB_WORKSPACE" "$Env:GITHUB_REF"
Set-VersionSuffixOnTag "$Env:GITHUB_WORKSPACE/src" "$Env:GITHUB_REF"
shell: powershell

- name: dotnet restore
Expand Down

0 comments on commit 15036c3

Please sign in to comment.