Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/build-and-publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 17, 2024
1 parent 9f1ec2a commit 1c22f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
CREATE_RELEASE: true

- name: "Build and deploy"
if: startsWith(runner.name, 'buildagent-') != true
if: env.USE_NUGET_CACHE != 'true'
uses: ./.github/actions/build
with:
PRODUCTION_BUILD: True
Expand Down

0 comments on commit 1c22f53

Please sign in to comment.