Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MattJeanes authored May 31, 2020
1 parent 6633b78 commit 690b876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repository: mattjeanes/teslamateagile
tags: latest
tag_with_ref: true
push: startsWith(github.ref, 'refs/tags/')
push: ${{ startsWith(github.ref, 'refs/tags/') }}

- name: Build .NET Core project
run: dotnet publish ./TeslaMateAgile/TeslaMateAgile.csproj --output ./output/TeslaMateAgile
Expand Down

0 comments on commit 690b876

Please sign in to comment.