Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFFoZ authored Sep 20, 2020
1 parent 10e0f77 commit f11083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Update version
run: "sed -i \"s#<Version>0.0.0</Version>#<Version>${{ steps.get_version.outputs.VERSION }}</Version>#\" Dummy/Dummy.csproj"
run: "sed -i \"s#<Version>0.0.0</Version>#<Version>${{ steps.get-release.outputs.tag_name }}</Version>#\" Dummy/Dummy.csproj"
- name: Build
run: dotnet build Dummy/Dummy.csproj --configuration Release --no-restore
- name: Upload release asset
Expand Down

0 comments on commit f11083b

Please sign in to comment.