Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic authored Jul 13, 2023
1 parent 4e72122 commit 28f2bfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch

- name: Setup .NET 6
uses: actions/setup-dotnet@v2
Expand Down Expand Up @@ -110,4 +115,4 @@ jobs:
with:
author_name: github-actions[bot]
author_email: github-actions[bot]@users.noreply.github.com
message: "Bumped version to ${{env.GitVersion_LegacySemVer}}"
message: "Bumped version to ${{env.GitVersion_LegacySemVer}}"

0 comments on commit 28f2bfe

Please sign in to comment.