Skip to content

Commit

Permalink
#8 Tags are only set for production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 13, 2023
1 parent 98c8fb7 commit 7f1833a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
git_commit_sha: ${{ github.sha }}
version: ${{ env.PACKAGE_VERSION }}
git_tag_prefix: "v"
if: github.ref_name == 'production'
- name: Build
run: dotnet build --no-restore -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
- name: Test
Expand Down

0 comments on commit 7f1833a

Please sign in to comment.