Skip to content

Commit

Permalink
Fixing branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Mar 15, 2021
1 parent c4fd723 commit ba870eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
\"Version\": \"0.1.${{ github.run_number }}\",
\"BuildUrl\": \"https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}\",
\"BuildNumber\": \"${{ github.run_number }}\",
\"Branch\": \"${{ github.head_ref }}\",
\"Branch\": \"${{ github.ref }}\",
\"OctopusBuildInformation\": {
\"BuildEnvironment\":\"GithubActions\",
\"VcsCommitNumber\":\"${{ github.sha }}\",
Expand Down

0 comments on commit ba870eb

Please sign in to comment.